Update page 'Feature Request Updates'

RemixDev
2019-04-05 10:11:12 +00:00
parent fb2789b72d
commit 1eb4e895b2
+37
@@ -40,6 +40,29 @@ Like the playlist tab, but with saved albums using:<br>
method: deezer.pageProfile<br>
{user_id: "user_id", tab: "albums", nb: 40}<br>
* #239 Add simplified login using a webview on Deezer's login page<br>
There is a pull requests that makes this possible, but it doesn't work for server mode<br>
Needs some changes before merging (fallback on arl when it's not on electron)<br>
* #252 Add quality selection modal to other download links in the app<br>
Need to see how to do it when downloading multiple tracks<br>
Maybe replacing the code that downloads each track as single and making it a playlist?<br>
* #255 Change package.json dist:win32 and win64 scripts for deprecation<br>
Need to find a way to replace those scripts<br>
* #256 Download private playlist<br>
Probably it was refering to Spotify Playlists, but I can't do that without adding login (and I don't want to do that)<br>
I'll add support for showing playlists for private users using the gw-light.php api<br>
* #256 and #280 Show details about failed items<br>
Make the warning sign clickable to show what went wrong<br>
* #288 3 issue
issue1: checkbox for the same name as the folder name
issue2: already fixed
issue3: I'll see what I can do, but it's getting complicated
## MAYBE
* #10 Select song from spotify playlist<br>
Maybe edit the download process so to download seleted tracks not as singles but as a smaller playlist?<br>
@@ -66,6 +89,17 @@ Also tracks could be added searching by ISRC<br>
* #110 Two feature requests regarding filteting searches<br>
That would be cool to implement, but IDK how to filter that really<br>
* #261 System notification on all downloads completion<br>
Don't know if I need to add this one<br>
Maybe replace the toasts with system notifications?<br>
That would get annoying pretty fast<br>
* #265 Add pause to downloads<br>
I would like to implement this one, but I have no idea on how to make it work<br>
* #287 Adding option to ignore "EP" and "LP" when mass copying and pasting from beatport<br>
No Idea on what that's referring to<br>
## NO.
* #2 Show results as you're typing<br>
Too resource intensive and many requests may lead to a banned IP (could happen, not tested)<br>
@@ -82,6 +116,9 @@ as the one downloaded from a spotify playlist<br>
* #87 Execute command on queue completion<br>
I don't see the usecase for this one<br>
* #243 No artist pics<br>
API doesn't give that image, so wont fix<br>
## BUGS AND MAINTENANCE
* #1 Some songs downloaded in FLAC result corrupted<br>
It's a problem with the download method as first chunks are blank, as they are never downloaded<br>