diff options
Diffstat (limited to 'libmpd/playbackoptions.rb')
-rw-r--r-- | libmpd/playbackoptions.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libmpd/playbackoptions.rb b/libmpd/playbackoptions.rb index fd83d9e..3e6ad1e 100644 --- a/libmpd/playbackoptions.rb +++ b/libmpd/playbackoptions.rb @@ -1,9 +1,15 @@ #!/usr/bin/env ruby # +#-- # Copyright 2009 David Vazgenovich Shakaryan <dvshakaryan@gmail.com> # Distributed under the terms of the GNU General Public License v3. # See http://www.gnu.org/licenses/gpl.txt for the full license text. +#++ +# +# *Author*:: David Vazgenovich Shakaryan +# *License*:: GNU General Public License v3 +# Collection of methods related to playback options. module MPDPlaybackOptions # Sets consume state. # When consume is activated, each song played is removed from the playlist. |