Skip to content

Instantly share code, notes, and snippets.

require 'fileutils'
require 'rubygems'
require 'titleize'
def is_artist_folder?(path)
Dir.glob(File.join(path, "*")).any? { |contained_file| File.directory?(contained_file) }
end
def get_artist_name(path)