Module: Icemaker
- Defined in:
- lib/icemaker.rb,
lib/icemaker/query.rb,
lib/icemaker/filter.rb,
lib/icemaker/version.rb,
lib/icemaker/icemaker.rb
Defined Under Namespace
Classes: Filter, Playlist, Query
Constant Summary collapse
- ALLOWED_MEDIA_EXTENSIONS =
['.mp3', '.ogg', '.flac']
- DEFAULT_PLAYLIST_FILE =
'playlist.txt'- DEFAULT_FORMATTER =
lambda { |track| "#{track[:file]}"}
- DEFAULT_VERBOSE_VALUE =
true- DEFAULT_RECURSIVE_VALUE =
true- UNKNOWN_VALUE =
'unknown'- VERSION =
"0.1.1"