Update page 'Feature Request Updates'

RemixDev
2019-06-03 18:38:59 +00:00
parent 8e500a7960
commit b307f5c444
+13 -9
@@ -10,17 +10,22 @@ This is what I'm thinking about:
* This adds #37 #236 #256 * This adds #37 #236 #256
* Fix the naming function for tracks and albums * Fix the naming function for tracks and albums
* Make settingsRegexAlbum by passing only the album * Tracks
* %date%
* %position%
* Albums * Albums
* %bitrate% * %bitrate%
* This adds #297 * %date%
* This adds #297 #354
* Settings Edits * Settings Edits
* Move every setting in appropriate categories * Move every setting in appropriate categories
* Make search fallback optional * Make search fallback optional
* Re-add option to save artist and album folders for playlists * Re-add option to save artist and album folders for playlists
* Add option to use same name of the folder for playlist.m3u * Add option to use same name of the folder for playlist.m3u
* Save playlists as compilation option * Add live examples for the file paths
* Implement authCredentials.js into settings
* Replace "Number Playlist by Album" with "Save playlists as compilation"
* This changes cover art, track number, disc number, album name and album artist * This changes cover art, track number, disc number, album name and album artist
* This adds #26 #221 #288 #295 #300 * This adds #26 #221 #288 #295 #300
@@ -41,8 +46,10 @@ This is what I'm thinking about:
* Fix Download Tab * Fix Download Tab
* Refactor download object (Bar needs to be on new line) * Refactor download object (Bar needs to be on new line)
* Replace the download from url input with a textarea * Replace the download from url input with a textarea inside a modal
* This fixes #5 * Make the search bar in the search tab download links automatically
* Add a button for the textarea modal near the search button (Bulk Download)
* This fixes #5 #12
* #255 Fix compiling scripts dist:win32 and win64 * #255 Fix compiling scripts dist:win32 and win64
@@ -51,9 +58,6 @@ This is what I'm thinking about:
Maybe edit the download process so to download seleted tracks not as singles but as a smaller playlist?<br> Maybe edit the download process so to download seleted tracks not as singles but as a smaller playlist?<br>
Again the problem is too many request on the API<br> Again the problem is too many request on the API<br>
* #12 Faster download from URL<br>
The idea here was to add the download from URL text field into the download tab, as some users can't search on deezer without a VPN and moving between tabs can be annoying<br>
* #15 Add notification if downloads are still active<br> * #15 Add notification if downloads are still active<br>
Now downloads are bonded to the server so IDK if this is still useful<br> Now downloads are bonded to the server so IDK if this is still useful<br>
Maybe adding it only on server app shutdown and not client shutdown<br> Maybe adding it only on server app shutdown and not client shutdown<br>
@@ -62,7 +66,7 @@ Maybe adding it only on server app shutdown and not client shutdown<br>
Don't know how to do this one on node. Maybe with vue.js?<br> Don't know how to do this one on node. Maybe with vue.js?<br>
* #27 Hyperlinks inside playlists<br> * #27 Hyperlinks inside playlists<br>
May couse problems as modals are not generated, they are reused.<br> May cause problems as modals are not generated, they are reused.<br>
So back function would break...<br> So back function would break...<br>
* #110 Two feature requests regarding filteting searches<br> * #110 Two feature requests regarding filteting searches<br>