[PR #1504] [MERGED] feat: allow deleting songs from file system (closes #1478) #1734

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1504
Author: @phanan
Created: 9/16/2022
Status: Merged
Merged: 9/16/2022
Merged by: @phanan

Base: masterHead: feat/1478-delete-frm-fs


📝 Commits (2)

  • 6791624 feat: allow deleting songs from file system (closes #1478)
  • 5d77dff fix: properly ignore paths for backend workflow

📊 Changes

78 files changed (+429 additions, -326 deletions)

View changed files

📝 .env.example (+3 -0)
📝 .github/workflows/unit-backend.yml (+6 -9)
app/Http/Controllers/V6/API/DeleteSongsController.php (+20 -0)
📝 app/Http/Controllers/V6/API/ExcerptSearchController.php (+1 -1)
📝 app/Http/Controllers/V6/API/PlaylistFolderController.php (+2 -2)
📝 app/Http/Controllers/V6/API/PlaylistFolderPlaylistController.php (+2 -2)
📝 app/Http/Controllers/V6/API/PlaylistSongController.php (+2 -2)
📝 app/Http/Controllers/V6/API/QueueController.php (+1 -1)
📝 app/Http/Controllers/V6/API/SongController.php (+1 -1)
📝 app/Http/Controllers/V6/API/SongSearchController.php (+1 -1)
📝 app/Http/Requests/V6/API/AddSongsToPlaylistRequest.php (+1 -1)
app/Http/Requests/V6/API/DeleteSongsRequest.php (+17 -0)
📝 app/Http/Requests/V6/API/PlaylistFolderPlaylistDestroyRequest.php (+1 -1)
📝 app/Http/Requests/V6/API/PlaylistFolderPlaylistStoreRequest.php (+1 -1)
📝 app/Http/Requests/V6/API/PlaylistFolderStoreRequest.php (+1 -1)
📝 app/Http/Requests/V6/API/PlaylistFolderUpdateRequest.php (+1 -1)
📝 app/Http/Requests/V6/API/QueueFetchSongRequest.php (+1 -1)
📝 app/Http/Requests/V6/API/RemoveSongsFromPlaylistRequest.php (+1 -1)
📝 app/Http/Requests/V6/API/SearchRequest.php (+1 -1)
📝 app/Http/Requests/V6/API/SongListRequest.php (+1 -1)

...and 58 more files

📄 Description

No description provided


🔄 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/1504 **Author:** [@phanan](https://github.com/phanan) **Created:** 9/16/2022 **Status:** ✅ Merged **Merged:** 9/16/2022 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `feat/1478-delete-frm-fs` --- ### 📝 Commits (2) - [`6791624`](https://github.com/koel/koel/commit/6791624ca5f2d4b3988d5db3227f15e974257b26) feat: allow deleting songs from file system (closes #1478) - [`5d77dff`](https://github.com/koel/koel/commit/5d77dff3bfbeaca6e142b3efdf36e5fbbff1b5a5) fix: properly ignore paths for backend workflow ### 📊 Changes **78 files changed** (+429 additions, -326 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+3 -0) 📝 `.github/workflows/unit-backend.yml` (+6 -9) ➕ `app/Http/Controllers/V6/API/DeleteSongsController.php` (+20 -0) 📝 `app/Http/Controllers/V6/API/ExcerptSearchController.php` (+1 -1) 📝 `app/Http/Controllers/V6/API/PlaylistFolderController.php` (+2 -2) 📝 `app/Http/Controllers/V6/API/PlaylistFolderPlaylistController.php` (+2 -2) 📝 `app/Http/Controllers/V6/API/PlaylistSongController.php` (+2 -2) 📝 `app/Http/Controllers/V6/API/QueueController.php` (+1 -1) 📝 `app/Http/Controllers/V6/API/SongController.php` (+1 -1) 📝 `app/Http/Controllers/V6/API/SongSearchController.php` (+1 -1) 📝 `app/Http/Requests/V6/API/AddSongsToPlaylistRequest.php` (+1 -1) ➕ `app/Http/Requests/V6/API/DeleteSongsRequest.php` (+17 -0) 📝 `app/Http/Requests/V6/API/PlaylistFolderPlaylistDestroyRequest.php` (+1 -1) 📝 `app/Http/Requests/V6/API/PlaylistFolderPlaylistStoreRequest.php` (+1 -1) 📝 `app/Http/Requests/V6/API/PlaylistFolderStoreRequest.php` (+1 -1) 📝 `app/Http/Requests/V6/API/PlaylistFolderUpdateRequest.php` (+1 -1) 📝 `app/Http/Requests/V6/API/QueueFetchSongRequest.php` (+1 -1) 📝 `app/Http/Requests/V6/API/RemoveSongsFromPlaylistRequest.php` (+1 -1) 📝 `app/Http/Requests/V6/API/SearchRequest.php` (+1 -1) 📝 `app/Http/Requests/V6/API/SongListRequest.php` (+1 -1) _...and 58 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:06 +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#1734
No description provided.