Phan An

Results 293 comments of Phan An

No, I'm not :) Don't see how your solution, when pretty complicated and prone to problems, benefits the users.

If the user has a large library, just use the console sync command, as recommended in the wiki. "Splitting" the task into 30-song chunks means 300 requests for 9,000 songs...

@bdgold Or we can use a [progress bar](http://symfony.com/doc/2.7/components/console/helpers/progressbar.html).

> Right now, even with a 2000 songs library (small by your opinion), it fails to run in 60s (which is the default PHP runtime). Just increase the time limit...

@bdgold Like this: ![image](https://cloud.githubusercontent.com/assets/8056274/17739445/ac0a03dc-64c7-11e6-81b8-ccb0a41287b5.png)

> However, it means having a Websocket listening server (it can't be nginx+fpm/php, because of the time limit for the script). And again, in all cases, you'll still have many...

> Still, it's using Websocket underneath so it means no nginx+fpm, and firewall config to open the port for the websocket (because port 80 and 443 are using by nginx),...

Thanks for your compliment 😃 Yeah, I believe the genres (along with other metadata) have come as a feature request before, but I feel they are more than often completely...

I'll think about it 👍