This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################### | |
# Screenshot.rb # | |
# Author: Mukul Sharma # | |
# Date: 11/09/2009 # | |
############################################### | |
require 'rubygems' | |
require 'id3lib' | |
fnames = [] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################### | |
# Screenshot.rb # | |
# Author: Mukul Sharma # | |
# Date: 11/09/2009 # | |
############################################### | |
require 'rubygems' | |
require 'id3lib' | |
# Load a tag from a file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################### | |
# Screenshots.rb # | |
# Author: Mukul Sharma # | |
# Date: 11/09/2009 # | |
############################################### | |
require 'win32screenshot' | |
#require 'RMagick' | |
t = Time.now |