[PR #488] [CLOSED] Add saving other metadata from songs. #1268

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/488
Author: @X-Ryl669
Created: 11/25/2016
Status: Closed

Base: masterHead: addMetadata


📝 Commits (1)

  • 64d2e07 Add saving other metadata from songs.

📊 Changes

37 files changed (+1162 additions, -47 deletions)

View changed files

📝 app/Http/Controllers/API/DataController.php (+5 -0)
📝 app/Models/Album.php (+3 -1)
📝 app/Models/File.php (+47 -3)
app/Models/Genre.php (+66 -0)
📝 app/Models/Song.php (+25 -4)
📝 app/Services/Media.php (+9 -1)
📝 database/factories/ModelFactory.php (+11 -1)
database/migrations/2016_11_18_150726_add_disc_to_songs_table.php (+31 -0)
database/migrations/2016_11_18_150838_add_genre_table.php (+39 -0)
database/migrations/2016_11_18_150839_add_genre_id_to_songs_table.php (+33 -0)
database/migrations/2016_11_18_175752_add_year_to_albums_table.php (+31 -0)
public/build/fonts/kutr.eot (+0 -0)
public/build/fonts/kutr.svg (+11 -0)
public/build/fonts/kutr.ttf (+0 -0)
public/build/fonts/kutr.woff (+0 -0)
resources/assets/css/font.css (+71 -0)
resources/assets/js/components/main-wrapper/main-content/genre.vue (+136 -0)
resources/assets/js/components/main-wrapper/main-content/genres.vue (+78 -0)
📝 resources/assets/js/components/main-wrapper/main-content/index.vue (+5 -1)
📝 resources/assets/js/components/main-wrapper/sidebar/index.vue (+8 -0)

...and 17 more files

📄 Description

Allow browsing by genre.
Fix the errors in PR #487
@alex-phillips This is based on the current master branch, and I've removed anything not related to the genre + metadata stuff.


🔄 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/488 **Author:** [@X-Ryl669](https://github.com/X-Ryl669) **Created:** 11/25/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `addMetadata` --- ### 📝 Commits (1) - [`64d2e07`](https://github.com/koel/koel/commit/64d2e07c9192f645ed642c16cad61fd3ad4e7e0f) Add saving other metadata from songs. ### 📊 Changes **37 files changed** (+1162 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/API/DataController.php` (+5 -0) 📝 `app/Models/Album.php` (+3 -1) 📝 `app/Models/File.php` (+47 -3) ➕ `app/Models/Genre.php` (+66 -0) 📝 `app/Models/Song.php` (+25 -4) 📝 `app/Services/Media.php` (+9 -1) 📝 `database/factories/ModelFactory.php` (+11 -1) ➕ `database/migrations/2016_11_18_150726_add_disc_to_songs_table.php` (+31 -0) ➕ `database/migrations/2016_11_18_150838_add_genre_table.php` (+39 -0) ➕ `database/migrations/2016_11_18_150839_add_genre_id_to_songs_table.php` (+33 -0) ➕ `database/migrations/2016_11_18_175752_add_year_to_albums_table.php` (+31 -0) ➕ `public/build/fonts/kutr.eot` (+0 -0) ➕ `public/build/fonts/kutr.svg` (+11 -0) ➕ `public/build/fonts/kutr.ttf` (+0 -0) ➕ `public/build/fonts/kutr.woff` (+0 -0) ➕ `resources/assets/css/font.css` (+71 -0) ➕ `resources/assets/js/components/main-wrapper/main-content/genre.vue` (+136 -0) ➕ `resources/assets/js/components/main-wrapper/main-content/genres.vue` (+78 -0) 📝 `resources/assets/js/components/main-wrapper/main-content/index.vue` (+5 -1) 📝 `resources/assets/js/components/main-wrapper/sidebar/index.vue` (+8 -0) _...and 17 more files_ </details> ### 📄 Description Allow browsing by genre. Fix the errors in PR #487 @alex-phillips This is based on the current master branch, and I've removed anything not related to the genre + metadata stuff. --- <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:23 +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#1268
No description provided.