Deluan Quintão

Results 590 comments of Deluan Quintão

This is a big task, as it will require changes to both backend and frontend. We will have to implement all "Sharing" [Subsonic endpoints](http://subsonic.org/pages/api.jsp#getShares), and we will have to implement...

If @YashJipkate can't work on it, I'll probably get to it after finishing Smart Playlists (#1417) and Multiple Artists (#238)

Thanks, I will try to work on this after #211

Yes, the idea is to allow multiple words as separators. Not sure if Regex is any good here (and have the security implications as you said)

`ffmpeg` (used to extract the tags) does not support id3v2.4 multi-valued tags: https://trac.ffmpeg.org/ticket/6949. I just tested with the latest version and it basically ignore everything after the `null` separator.... To...

Both options are huge tasks (for my limited time). I tried replacing `ffmpeg` before, but could not find a library that would cover all formats and all required info I...

@certuna I'm still evaluating it, but it seems to be a better option for extracting metadata. Some of the bugs/annoyances we have with `ffmpeg` don't exist with `taglib`. I'm doing...

Yes, definitely. Probably next after some big PRs are merged and I finish Smart playlists

Make the scanner read the metadata from an external file is doable. I will leave this open but I won't be able to work on this any time soon.

Hey @jrwren, thanks for volunteering! Other ideas related to this are: - Infer metadata from the path (#560) - Instead of scanning, just importing a `beets` DB (and keeping in...