[PR #341] [CLOSED] Make some function. #1219

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/341
Author: @athilog
Created: 5/23/2016
Status: Closed

Base: masterHead: master


📝 Commits (9)

📊 Changes

30 files changed (+950 additions, -32 deletions)

View changed files

app/Facades/DropbeatMedia.php (+13 -0)
app/Http/Controllers/API/DropbeatController.php (+32 -0)
📝 app/Http/Controllers/API/SongController.php (+8 -0)
app/Http/Requests/API/DropbeatRequest.php (+28 -0)
📝 app/Http/routes.php (+3 -0)
📝 app/Models/File.php (+1 -0)
app/Providers/DropbeatMediaServiceProvider.php (+31 -0)
app/Services/DropbeatMedia.php (+165 -0)
composer.phar (+0 -0)
📝 config/app.php (+2 -0)
📝 database/migrations/2015_11_23_074713_create_songs_table.php (+1 -0)
📝 gulpfile.js (+2 -1)
📝 package.json (+1 -1)
📝 resources/assets/js/app.vue (+8 -2)
resources/assets/js/components/main-wrapper/main-content/dropbeat.vue (+95 -0)
📝 resources/assets/js/components/main-wrapper/main-content/index.vue (+3 -1)
📝 resources/assets/js/components/main-wrapper/main-content/settings.vue (+1 -0)
📝 resources/assets/js/components/main-wrapper/sidebar/index.vue (+8 -1)
📝 resources/assets/js/components/site-footer/index.vue (+6 -2)
resources/assets/js/dropbeat/data-list.vue (+70 -0)

...and 10 more files

📄 Description

I wanted talking you.
but my language skill is not good.
so I hope you understand
and I amateur

I make new some function
Youtube & Soundcloud Music search and add.

but this have some problem

  • how to update songs time
  • when new setting update, is disappear
  • when work the other site, it not work autoplay.
  • Failed to load resource: net::ERR_CONNECTION_REFUSED
  • main-22b1e6c87c.js:31146Uncaught (in promise) DOMException: The play() request was interrupted by a new load request.

though you want it
I wish pull request.


🔄 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/341 **Author:** [@athilog](https://github.com/athilog) **Created:** 5/23/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (9) - [`4a84930`](https://github.com/koel/koel/commit/4a84930e6daaa5c336c1a896673952cc543e8d66) search & play - [`cd84186`](https://github.com/koel/koel/commit/cd84186f4475146bc201f4736ff38fcd2675258d) Music add service - [`d79cf7d`](https://github.com/koel/koel/commit/d79cf7d20bc930ed6dcb4a419f6e741cae849751) youtube player hide - [`56a567e`](https://github.com/koel/koel/commit/56a567e5420de5b141ce62896936bc47d5df9efc) new player&connect - [`6a2446d`](https://github.com/koel/koel/commit/6a2446d106fcaa6688510ca5ae61df9fff61b83d) test - [`09e58ae`](https://github.com/koel/koel/commit/09e58aea17908f38b54b41858ae9af534e83d438) not fix error play next, song time, interaction - [`1521424`](https://github.com/koel/koel/commit/15214249cd89c051ef5ec00128da222e9d6b2e90) fixed play next, interaction & searched data init - [`88c4471`](https://github.com/koel/koel/commit/88c44713880ebf2a80c426c117cb132a93bb8ed2) unneccessary delete - [`832d7ac`](https://github.com/koel/koel/commit/832d7ac174c8a969c59c6c3ab4c8b5ca5997f005) some error fix ### 📊 Changes **30 files changed** (+950 additions, -32 deletions) <details> <summary>View changed files</summary> ➕ `app/Facades/DropbeatMedia.php` (+13 -0) ➕ `app/Http/Controllers/API/DropbeatController.php` (+32 -0) 📝 `app/Http/Controllers/API/SongController.php` (+8 -0) ➕ `app/Http/Requests/API/DropbeatRequest.php` (+28 -0) 📝 `app/Http/routes.php` (+3 -0) 📝 `app/Models/File.php` (+1 -0) ➕ `app/Providers/DropbeatMediaServiceProvider.php` (+31 -0) ➕ `app/Services/DropbeatMedia.php` (+165 -0) ➕ `composer.phar` (+0 -0) 📝 `config/app.php` (+2 -0) 📝 `database/migrations/2015_11_23_074713_create_songs_table.php` (+1 -0) 📝 `gulpfile.js` (+2 -1) 📝 `package.json` (+1 -1) 📝 `resources/assets/js/app.vue` (+8 -2) ➕ `resources/assets/js/components/main-wrapper/main-content/dropbeat.vue` (+95 -0) 📝 `resources/assets/js/components/main-wrapper/main-content/index.vue` (+3 -1) 📝 `resources/assets/js/components/main-wrapper/main-content/settings.vue` (+1 -0) 📝 `resources/assets/js/components/main-wrapper/sidebar/index.vue` (+8 -1) 📝 `resources/assets/js/components/site-footer/index.vue` (+6 -2) ➕ `resources/assets/js/dropbeat/data-list.vue` (+70 -0) _...and 10 more files_ </details> ### 📄 Description I wanted talking you. but my language skill is not good. so I hope you understand and I amateur I make new some function Youtube & Soundcloud Music search and add. but this have some problem - how to update songs time - when new setting update, is disappear - when work the other site, it not work autoplay. - Failed to load resource: net::ERR_CONNECTION_REFUSED - main-22b1e6c87c.js:31146Uncaught (in promise) DOMException: The play() request was interrupted by a new load request. though you want it I wish pull request. --- <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:51 +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#1219
No description provided.