[PR #849] [MERGED] Add "Smart Playlist" backend logic #1388

Closed
opened 2026-02-26 03:30:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/849
Author: @phanan
Created: 11/3/2018
Status: Merged
Merged: 11/3/2018
Merged by: @phanan

Base: masterHead: feat/smart-playlists


📝 Commits (2)

📊 Changes

9 files changed (+682 additions, -3 deletions)

View changed files

app/Factories/SmartPlaylistRuleParameterFactory.php (+41 -0)
📝 app/Http/Controllers/API/PlaylistController.php (+11 -2)
📝 app/Models/Playlist.php (+10 -0)
app/Models/Rule.php (+125 -0)
📝 app/Models/Song.php (+6 -0)
app/Services/SmartPlaylistService.php (+79 -0)
📝 database/factories/ModelFactory.php (+5 -1)
database/migrations/2018_11_03_182520_add_rules_into_playlists.php (+32 -0)
tests/Integration/Services/SmartPlaylistServiceTest.php (+373 -0)

📄 Description

This commit prepares the backend for the "Smart Playlist" feature.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/849 **Author:** [@phanan](https://github.com/phanan) **Created:** 11/3/2018 **Status:** ✅ Merged **Merged:** 11/3/2018 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `feat/smart-playlists` --- ### 📝 Commits (2) - [`40bdcb8`](https://github.com/koel/koel/commit/40bdcb86a6dd48f2ee161d7bdf1daae640ed08d4) Add "Smart Playlist" backend logics - [`8524e4f`](https://github.com/koel/koel/commit/8524e4f9227a34d3208caab344e85e7a5d3fa71b) Apply fixes from StyleCI (#848) ### 📊 Changes **9 files changed** (+682 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `app/Factories/SmartPlaylistRuleParameterFactory.php` (+41 -0) 📝 `app/Http/Controllers/API/PlaylistController.php` (+11 -2) 📝 `app/Models/Playlist.php` (+10 -0) ➕ `app/Models/Rule.php` (+125 -0) 📝 `app/Models/Song.php` (+6 -0) ➕ `app/Services/SmartPlaylistService.php` (+79 -0) 📝 `database/factories/ModelFactory.php` (+5 -1) ➕ `database/migrations/2018_11_03_182520_add_rules_into_playlists.php` (+32 -0) ➕ `tests/Integration/Services/SmartPlaylistServiceTest.php` (+373 -0) </details> ### 📄 Description This commit prepares the backend for the "Smart Playlist" feature. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:30:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1388
No description provided.