Module: ItunesController

Defined in:
lib/itunesController/debug.rb,
lib/itunesController/kinds.rb,
lib/itunesController/track.rb,
lib/itunesController/config.rb,
lib/itunesController/logging.rb,
lib/itunesController/version.rb,
lib/itunesController/platform.rb,
lib/itunesController/application.rb,
lib/itunesController/controllserver.rb,
lib/itunesController/sqlite_creator.rb,
lib/itunesController/cachedcontroller.rb,
lib/itunesController/database/backend.rb,
lib/itunesController/itunescontroller.rb,
lib/itunesController/database/database.rb,
lib/itunesController/controller_creator.rb,
lib/itunesController/dummy_itunes_track.rb,
lib/itunesController/dummy_itunescontroller.rb,
lib/itunesController/macosx_itunescontroller.rb,
lib/itunesController/database/sqlite3_backend.rb,
lib/itunesController/itunescontroller_factory.rb,
lib/itunesController/windows_itunescontroller.rb

Overview

Copyright © 2011-2012 John-Paul.Stanford <[email protected]>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <www.gnu.org/licenses/>.

Author

John-Paul Stanford <[email protected]>

Copyright

Copyright © 2011 John-Paul.Stanford <[email protected]>

License

GNU General Public License v3 <www.gnu.org/licenses/>

Defined Under Namespace

Classes: AddFilesCommand, Application, BaseITunesController, CachedController, ClearFilesCommand, CommandName, ControllerCreator, CreateControllerCommand, Database, DatabaseBackend, DatabaseConstraintException, DummyITunesController, DummyItunesTrack, FileCommand, HelloCommand, ITunesControlServer, ITunesControllerFactory, ItunesControllerDebug, ItunesControllerLogging, Job, LoginCommand, MacOSXITunesController, PasswordCommand, Platform, QuitCommand, RefreshFilesCommand, RemoveDeadFilesCommand, RemoveFilesCommand, SQLLiteControllerCreator, SQLite3DatabaseBackend, ServerCommand, ServerConfig, ServerState, SourceKind, SpecialKind, Track, VersionCommand, WindowsITunesController

Constant Summary collapse

VERSION =

The itunes-remote-control-server version

"0.1.0"