[PR #414] [CLOSED] Auto create compilation album when the following conditions are met: #1243

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/414
Author: @X-Ryl669
Created: 8/18/2016
Status: Closed

Base: masterHead: autoCompilation


📝 Commits (1)

  • 4e99fa0 Auto create compilation album when the following conditions are met:

📊 Changes

3 files changed (+57 additions, -1 deletions)

View changed files

📝 app/Models/Album.php (+16 -0)
📝 app/Models/File.php (+40 -0)
📝 app/Models/Song.php (+1 -1)

📄 Description

  • A song is parsed and its 'album' tag already exists in the DB
  • The 'artist' tag does not match the artist found from the matching album in DB
  • The song is in the same folder as the previous song with the matching 'album'.

🔄 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/414 **Author:** [@X-Ryl669](https://github.com/X-Ryl669) **Created:** 8/18/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `autoCompilation` --- ### 📝 Commits (1) - [`4e99fa0`](https://github.com/koel/koel/commit/4e99fa0c10d340283c3755bea29c150499f44e45) Auto create compilation album when the following conditions are met: ### 📊 Changes **3 files changed** (+57 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Models/Album.php` (+16 -0) 📝 `app/Models/File.php` (+40 -0) 📝 `app/Models/Song.php` (+1 -1) </details> ### 📄 Description - A song is parsed and its 'album' tag already exists in the DB - The 'artist' tag does not match the artist found from the matching album in DB - The song is in the same folder as the previous song with the matching 'album'. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 02:35:56 +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#1243
No description provided.