mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[PR #488] [CLOSED] Add saving other metadata from songs. #1268
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1268
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/koel/koel/pull/488
Author: @X-Ryl669
Created: 11/25/2016
Status: ❌ Closed
Base:
master← Head:addMetadata📝 Commits (1)
64d2e07Add 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.