Exception: Danta::UnexistingVideoLibraryFile

Inherits:
StandardError
  • Object
show all
Defined in:
lib/danta/video_library.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



50
51
52
53
54
55
56
57
58
59
# File 'lib/danta/video_library.rb', line 50

def message
  "    Cannot find video_library.yml in your home directory.\n    Either create the file or set the env variable DANTA_VIDEO_LIBRARY pointing to the dir where the file exists.\n    Create it with the following data:\n      ---\n      videos:\n        - '/path/to/movies/'\n  EOF\nend\n"