Phan An

Results 284 comments of Phan An

There is, it's `2025_06_03_121538_modify_playlist-user_relationship.php`: ```php Schema::table('playlist_collaborators', static function (Blueprint $table): void { $table->rename('playlist_user'); }); ``` Without such table, there's no way the tests have been passing :)

Hey sorry for the late response. What if you rename the table manually? Am Di., 15. Juli 2025 um 19:49 Uhr schrieb basteyy ***@***.*** >: > *basteyy* left a comment...

> Have you tried to run the setup from scratch? Yes and the flow is covered in CI with every commit :) It seems like your whole migration file (`2025_06_03_121538_modify_playlist-user_relationship.php`)...

Hey, thanks for the idea. What does an equivalent to this feature on other music platforms look like?

I don’t think I want to support this. Most of the data (number of songs, directory size) can be accessed pretty easily via a simple query or system command. The...

I’d much prefer a CLI-based solution. We’ll also have to keep in mind that the init command is runnable without user interactions. On Fri, Aug 15, 2025 at 17:28 AEnterprise...

This is a useful feature indeed :)

@vmario89 This is how it looks with my setup: As you can see, Koel managed to fetch the whole podcast. Maybe there's a memory issue?

OK I've managed to reproduce the bug. Will look into it.

Actually no. I tried deleting some of the latest episodes, setting the podcast's `last_synced_at` property to somewhere in the past, and refreshing the podcast – all episodes come back as...