Project

musical

0.01
No commit activity in last 3 years
No release in over 3 years
musical is a simple tool for your favorite DVD. You can rip vob file by DVD chapter, convert it to wav file and add it to your iTunes library.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.7.1
~> 0.5.3
~> 1.0.3
~> 2.6.1
~> 4.3.1
~> 10.3.2
~> 0.9.4
~> 3.0.0
~> 0.9.0

Runtime

 Project Readme

musical Build Status Coverage Status

musical is a simple tool for your favorite music DVD.

You can rip vob files by each DVD chapter, convert them to wav file and add them to your iTunes library.

Install

musical depends on dvdbackup and ffmpeg. To install them try this for example.

brew install dvdbackup
brew install ffmpeg

And install gem.

gem install musical

Usage

Set your DVD and type

musical <options>

Options:

                  --info, -i:   Show your DVD data
  --ignore-convert-sound, -g:   Rip data only, NOT convert them to wav file
     --ignore-use-itunes, -n:   NOT add ripped files to iTunes and encode them
              --path, -p <s>:   Set device path of DVD
             --title, -t <s>:   Set DVD title (default: LIVE)
            --artist, -a <s>:   Set DVD artist (default: Artist)
              --year, -y <i>:   Set year DVD was recorded (default: 2013)
            --output, -o <s>:   Set location of ripped data (default: ripped)
               --version, -v:   Print version and exit
                  --help, -h:   Show this message

When you use iTunes, you should use --title, --artist and --year options.

They will help you to manage your music library easily.

Supported OS

  • OSX El Capitan
  • OSX Yosemite
  • OSX Mavericks

Supported Ruby

  • 2.2
  • 2.1
  • 2.0

License

musical is released under the MIT License.