Method: SimplePvr::Recorder#stop!
- Defined in:
- lib/simple_pvr/recorder.rb
#stop! ⇒ Object
19 20 21 22 23 24 |
# File 'lib/simple_pvr/recorder.rb', line 19 def stop! PvrInitializer.hdhomerun.stop_recording(@tuner) Ffmpeg.create_thumbnail_for(@directory) PvrLogger.info "Stopped recording #{@recording.show_name}" end |