]>
git.r.bdr.sh - rbdr/lyricli.rb/blob - lib/lyricli/sources/arguments.rb
82a815712984cc5d08cd3dbe795b322f7a862c05
11 # The enable method should run all of the tasks needed to validate
12 # the source. In the case of Rdio it has to authenticate with OAuth.
17 # Instantiates everything it needs to run.
22 # The current_track method should return the name of the current
24 # @return [Hash] A hash containing the current `:song` and `:artist`.
28 {artist
: artist
, song
: song
}
31 # The reset method resets any configurations it may have