koel
Music streaming solution that works. php code snippet by @github-repos on Codeshare. 0 stars, 3 views.
Language: php
Author: GitHub Repos (@github-repos)
0 stars · 3 views
Viewing path: .gitignore
Files
- DownloadAlbumController.php (php)
- ArtistSongController.php (php)
- RegenerateSubsonicApiKeyController.php (php)
- UserAlreadySubscribedToPodcastException.php (php)
- SongUploadFailedException.php (php)
- ArtistBuilder.php (php)
- PlayRecentlyPlayed.php (php)
- Event.php (php)
- EnclosureCast.php (php)
- UnsupportedAlbumListTypeException.php (php)
- AddRadioStation.php (php)
- UploadSongController.php (php)
- SongRequestResolver.php (php)
- CheckLicenseStatusCommand.php (php)
- .mcp.json (json)
- .editorconfig (editorconfig)
- ArtistNameConflictException.php (php)
- ScanEvent.php (php)
- AuthorizeDropboxController.php (php)
- GetArtistInfo.php (php)
- FetchAlbumInformationController.php (php)
- InvitationNotFoundException.php (php)
- FetchInitialDataController.php (php)
- NewSessionController.php (php)
- SetUserRoleCommand.php (php)
- PodcastEpisodeController.php (php)
- rules (txt)
- .github (github)
- ISSUE_TEMPLATE (txt)
- .cursor (cursor)
- 1-bug-report.yml (yml)
- assets (txt)
- sponsors (txt)
- codespect.png (image)
- do.svg (image)
- followhero.webp (image)
- keycdn.svg (image)
- ray.svg (image)
- copilot-instructions.md (md)
- workflows (txt)
- .gitignore (gitignore)
- .junie (junie)
- guidelines.md (md)
- mcp (txt)
- mcp.json (json)
- .vite-hooks (vite-hooks)
- .vscode (vscode)
- settings.json (json)
- AGENTS.md (md)
- LICENSE.md (md)
- README.md (md)
- api-docs (txt)
- app (txt)
- Ai (txt)
- Agents (txt)
- KoelAssistant.php (php)
- AiAssistantResult.php (php)
- AiRequestContext.php (php)
- Serializers (txt)
- AiResultSerializerRegistry.php (php)
- Contracts (txt)
- FavoriteResultSerializer.php (php)
- PlaySongsResultSerializer.php (php)
- PlaylistSongsResultSerializer.php (php)
- RadioStationResultSerializer.php (php)
- ShowLyricsResultSerializer.php (php)
- UpdateAlbumResultSerializer.php (php)
- UpdateLyricsResultSerializer.php (php)
- Services (txt)
- Tools (txt)
- AddToFavorites.php (php)
- AddToPlaylist.php (php)
- CreateSmartPlaylist.php (php)
- DeletePlaylist.php (php)
- GetAlbumInfo.php (php)
- GetCurrentSong.php (php)
- PlayAlbum.php (php)
- PlayArtist.php (php)
- PlayFavorites.php (php)
- PlayMostPlayed.php (php)
- PlayMostPlayedAlbum.php (php)
- PlayRecentlyAddedAlbum.php (php)
- PlayRecentlyAddedArtist.php (php)
- PlaySimilarSongs.php (php)
- PlaySongs.php (php)
- PlaySongsByGenre.php (php)
- PlaySongsByLyrics.php (php)
- RemoveFromFavorites.php (php)
- UpdateAlbumDetails.php (php)
- UpdateArtistDetails.php (php)
- Attributes (txt)
- RequiresDemo.php (php)
- RequiresPlus.php (php)
- Builders (txt)
- AlbumBuilder.php (php)
- Concerns (txt)
- CanScopeByUser.php (php)
- GenreBuilder.php (php)
- PodcastBuilder.php (php)
- SongBuilder.php (php)
- Casts (txt)
- EncryptedValueCast.php (php)
- LicenseInstanceCast.php (php)
- Podcast (txt)
- CategoriesCast.php (php)
- PodcastMetadataCast.php (php)
- PodcastStateCast.php (php)
- SmartPlaylistRulesCast.php (php)
- SongLyricsCast.php (php)
- SongStorageCast.php (php)
- SongTitleCast.php (php)
- Console (txt)
- Commands (txt)
- ActivateLicenseCommand.php (php)
- Admin (txt)
- ChangePasswordCommand.php (php)
- CleanUpDuplicateUploadsCommand.php (php)
- CleanUpTempFilesCommand.php (php)
- Concerns (txt)
- AskForPassword.php (php)
- DoctorCommand.php (php)
- ExtractFoldersCommand.php (php)
- FetchArtworkCommand.php (php)
- InitCommand.php (php)
- InstallSchedulerCommand.php (php)
- PruneLibraryCommand.php (php)
- ReleaseCommand.php (php)
- ScanChunkCommand.php (php)
- Storage (txt)
- SetupLocalStorageCommand.php (php)
- SetupS3StorageCommand.php (php)
- SetupWebDAVStorageCommand.php (php)
- Subsonic (txt)
- SyncPodcastsChunkCommand.php (php)
- TidyLibraryCommand.php (php)
- Enums (txt)
- Acl (txt)
- Role.php (php)
- DoctorResult.php (php)
- DownloadableType.php (php)
- EmbeddableType.php (php)
- FavoriteableType.php (php)
- PlayableType.php (php)
- SmartPlaylistModel.php (php)
- SmartPlaylistOperator.php (php)
- Events (txt)
- LibraryChanged.php (php)
- MultipleSongsLiked.php (php)
- MultipleSongsUnliked.php (php)
- NewPlaylistCollaboratorJoined.php (php)
- PlaybackStarted.php (php)
- SongFavoriteToggled.php (php)
- UserUnsubscribedFromPodcast.php (php)
- Exceptions (txt)
- CannotRemoveOwnerFromPlaylistException.php (php)
- Contracts (txt)
- SubsonicThrowable.php (php)
- DownloadLimitExceededException.php (php)
- DuplicateSongUploadException.php (php)
- FailedToActivateLicenseException.php (php)
- InvalidCredentialsException.php (php)
- InvalidLoginTokenException.php (php)
- KoelPlusRequiredException.php (php)
- LocalStorageRequiredException.php (php)
- MediaBrowserNotSupportedException.php (php)
- MethodNotImplementedException.php (php)
- NonCloudStorageException.php (php)
- NonSmartPlaylistException.php (php)
- OperationNotApplicableForSmartPlaylistException.php (php)
- PlaylistBothSongsAndRulesProvidedException.php (php)
- ProxyAuthException.php (php)
- ProxyAuthIpNotAllowedException.php (php)
- ProxyAuthUserHeaderMissingException.php (php)
- RequiresTwoFactorException.php (php)
- SongPathNotFoundException.php (php)
- SpotifyIntegrationDisabledException.php (php)
- Subsonic (txt)
- GenericErrorException.php (php)
- RequiredParameterMissingException.php (php)
- SubsonicAwareErrorRenderer.php (php)
- TranscodingFailedException.php (php)
- UnsafeUrlException.php (php)
- UnsupportedSongStorageTypeException.php (php)
- Facades (txt)
- Download.php (php)
- YouTube.php (php)
- Filesystems (txt)
- DropboxFilesystem.php (php)
- Helpers (txt)
- Encoding (txt)
- Bom.php (php)
- TagFixer.php (php)
- QueryStringParser.php (php)
- SyncedLyricsConverter.php (php)
- TestableIdentifier.php (php)
- Ulid.php (php)
- Uuid.php (php)
- Http (txt)
- Controllers (txt)
- API (txt)
- AiController.php (php)
- Artist (txt)
- ArtistAlbumController.php (php)
- FetchArtistInformationController.php (php)
- Auth (txt)
- LoginWithCredentialsController.php (php)
- LogoutController.php (php)
- TwoFactor (txt)
- ConfirmController.php (php)
- DisableController.php (php)
- EnrollController.php (php)
- TwoFactorChallengeController.php (php)
- DisconnectFromLastfmController.php (php)
- Embed (txt)
- EmbedController.php (php)
- EmbedOptionsController.php (php)
- ExcerptSearchController.php (php)
- FavoriteController.php (php)
- FetchRandomAlbumsController.php (php)
- FetchRandomArtistsController.php (php)
- FetchRecentlyPlayedSongController.php (php)
- FetchSongsByIdsController.php (php)
- FetchSongsForQueueController.php (php)
- FetchSongsToQueueByGenreController.php (php)
- ForgotPasswordController.php (php)
- GenreController.php (php)
- LambdaSongController.php (php)
- LikeMultipleSongsController.php (php)
- Me (txt)
- MediaBrowser (txt)
- FetchFolderSongsController.php (php)
- FetchSubfoldersController.php (php)
- PaginateFolderSongsController.php (php)
- PlaylistCollaboration (txt)
- PlaylistCollaboratorController.php (php)
- PlaylistFolderPlaylistController.php (php)
- PlaylistSongController.php (php)
- Podcast (txt)
- PodcastController.php (php)
- UnsubscribeFromPodcastController.php (php)
- PrivatizeSongsController.php (php)
- ProfileController.php (php)
- PublicizeSongsController.php (php)
- QueueStateController.php (php)
- RateAlbumController.php (php)
- RateSongController.php (php)
- RegisterPlayController.php (php)
- ScrobbleController.php (php)
- SearchYouTubeController.php (php)
- SetLastfmSessionKeyController.php (php)
- Settings (txt)
- UpdateBrandingController.php (php)
- SongController.php (php)
- ThemeController.php (php)
- UpdatePlaybackStatusController.php (php)
- Upload (txt)
- DiscardAllDuplicateUploadsController.php (php)
- FetchDuplicateUploadsController.php (php)
- KeepAllDuplicateUploadsController.php (php)
- KeepDuplicateUploadController.php (php)
- UserInvitationController.php (php)
- Controller.php (php)
- Demo (txt)
- IndexController.php (php)
- Download (txt)
- DownloadFavoritesController.php (php)
- DownloadPlaylistController.php (php)
- DownloadSongsController.php (php)
- IndexController.php (php)
- LastfmController.php (php)
- PlayController.php (php)
- SSO (txt)
- GoogleCallbackController.php (php)
- OpenIDConnectCallbackController.php (php)
- StreamRadioController.php (php)
- Subsonic (txt)
- Concerns (txt)
- CreatePodcastChannelController.php (php)
- DeletePlaylistController.php (php)
- DeletePodcastChannelController.php (php)
- DownloadController.php (php)
- GetAlbumController.php (php)
- GetAlbumList2Controller.php (php)
- GetArtistController.php (php)
- ATTRIBUTION.md (markdown)
- UpdateUserPreferenceController.php (php)
- PlayRadioStation.php (php)
- PlaylistController.php (php)
- AlbumNameConflictException.php (php)
- PlayMostPlayedArtist.php (php)
- LicenseStatus.php (php)
- RateArtistController.php (php)
- GetAlbumInfoController.php (php)
- CODE_OF_CONDUCT.md (md)
- Helpers.php (php)
- ImportSearchableEntitiesCommand.php (php)
- api.yaml (yaml)
- DiscardDuplicateUploadController.php (php)
- FetchOverviewController.php (php)
- ScanCommand.php (php)
- LoadsAlbumsByType.php (php)
- EmbeddableNotFoundException.php (php)
- pull_request_template.md (md)
- SongStorageType.php (php)
- SmartPlaylistResultSerializer.php (php)
- PlayLeastPlayed.php (php)
- FUNDING.yml (yml)
- DisabledInDemo.php (php)
- StorageCommand.php (php)
- PlaylistCollaborationTokenExpiredException.php (php)
- FetchRecursiveFolderSongsController.php (php)
- Permission.php (php)
- AlbumController.php (php)
- RadioStationBuilder.php (php)
- test-proxy-auth-e2e.yml (yml)
- License.php (php)
- ScanResultType.php (php)
- PlaylistFolderController.php (php)
- UserController.php (php)
- FetchDemoCreditsController.php (php)
- DeleteInternetRadioStationController.php (php)
- LoginWithOneTimeTokenController.php (php)
- SyncPodcastsCommand.php (php)
- AcceptPlaylistCollaborationInviteController.php (php)
- UpdateArtistResultSerializer.php (php)
- mcp.json (json)
- FetchArtistEventsController.php (php)
- 2-feature-request.yml (yml)
- RenamePlaylist.php (php)
- Placement.php (php)
- ShowApiKeyCommand.php (php)
- CreatePlaylistCollaborationTokenController.php (php)
- UserProspectUpdateDeniedException.php (php)
- PlayPlaylist.php (php)
- InstallationFailedException.php (php)
- EpisodeMetadataCast.php (php)
- GetOneTimeTokenController.php (php)
- PlaybackService.php (php)
- UpdateMediaPathController.php (php)
- MovePlaylistSongsController.php (php)
- CheckDownloadableCountController.php (php)
- SubsonicException.php (php)
- MediaScanCompleted.php (php)
- UserBuilder.php (php)
- ResetPasswordController.php (php)
- ChangePasswordController.php (php)
- FavoriteableBuilder.php (php)
- AiResultSerializer.php (php)
- UserPreferencesCast.php (php)
- AlbumSongController.php (php)
- ActivateLicenseController.php (php)
- RatePodcastController.php (php)
- ThemePropertiesCast.php (php)
- GetAlbumListController.php (php)
- GetLyrics.php (php)
- CollectTagsCommand.php (php)
- CreateInternetRadioStationController.php (php)
- UpdateSongLyrics.php (php)
- UnlikeMultipleSongsController.php (php)
- EqualizerPresetController.php (php)
- StreamEmbedController.php (php)
- FavoriteableEntityResolver.php (php)
- ArtistController.php (php)
- FetchFavoriteSongsController.php (php)
- Dispatcher.php (php)
- PaginateSongsByGenreController.php (php)
- DownloadArtistController.php (php)
- DemoConstraint.php (php)
- PlayRecentlyAdded.php (php)
- whatthediff.svg (image)
- CreatePlaylistController.php (php)
- MoveFavoriteSongsController.php (php)
- ITunes.php (php)
- SetupDropboxStorageCommand.php (php)
- DataNotFoundException.php (php)
- FailedToParsePodcastFeedException.php (php)
- RegenerateRecoveryCodesController.php (php)
- FetchAlbumThumbnailController.php (php)
- test-backend-mariadb.yml (yml)
- unit-frontend.yml (yml)
- SuggestSongsResultSerializer.php (php)
- MediaPathNotSetException.php (php)
- GetArtistInfo2Controller.php (php)
- InvalidCredentialsException.php (php)
- RadioStationController.php (php)
- GetArtistsController.php (php)
- DeactivateLicenseCommand.php (php)
- RadioStationNowPlayingController.php (php)
- RemoveFromPlaylist.php (php)
- ToggleLikeSongController.php (php)
- LicenseMetaCast.php (php)
- NotAPlaylistCollaboratorException.php (php)
- mcp.json (json)
- SongSearchController.php (php)
- lint-backend.yml (yml)
- lint-frontend.yml (yml)
- release.yml (yml)
- test-backend-pgsql.yml (yml)
- test-backend-sqlite.yml (yml)
- GetAlbumInfo2Controller.php (php)
- GetArtistInfoController.php (php)