class MultimediaParadise::AllVideos
Constants
- NAMESPACE
#¶ ↑
NAMESPACE
¶ ↑#¶ ↑
Public Class Methods
Public Instance Methods
opnn()
click to toggle source
report_all_known_videofiles()
click to toggle source
#¶ ↑
report_all_known_videofiles
¶ ↑
#¶ ↑
# File lib/multimedia_paradise/video/all_videos.rb, line 52 def report_all_known_videofiles e; opnn; e 'All known (registered) videofiles are:'; e _ = return_all_video_files # This method is defined in shared.rb. _.each_pair {|key, value| title = value['title'] if title.nil? # Add the unknown tag. title = swarn('<unknown>') @array_unknown_tags << key end e simp((' %03d' % key).to_s)+' is '+sfancy(title)+'.' }; e end
reset()
click to toggle source
run()
click to toggle source