Update page 'Feature Request Updates'

RemixDev
2019-05-07 20:39:16 +00:00
parent 45706edaa5
commit 2c06e06ab6
+36 -56
@@ -3,69 +3,49 @@ So I wanted to do a final update fixing and implementing everything that I can f
This is what I'm thinking about:
## TO DO
* Replace Playlists tab with Favorites
* Add Playlists, Albums and Tracks tab under Favorites
* Use private API to retrive informations
* Add Download all button
* This adds #37 #236 #256
* #5 Download from TXT file<br>
Will add a textarea where you can paste links and search queries<br>
Links will be downloaded normally<br>
Search queries will search and then download the first track result<br>
* Fix the naming function for tracks and albums
* Tracks
* %discnumber%
* Albums
* %bitrate%
* This adds #301 #297
* #26 Clean up the settings tab<br>
Move around options and clean up, so settings can be a little bit more organized.<br>
Like moving all directory related options under a Download Folder section and so on<br>
Also was thinking about adding a full syntax for saving folders replacing the ticks Create Artist Folder etc...<br>
But IDK about this last thing becouse of the save artwork function that needs to know where the artist folder and album folder is<br>
* Settings Edits
* Move every setting in appropriate categories
* Make search fallback optional
* Re-add option to save artist and album folders for playlists
* Add option to use same name of the folder for playlist.m3u
* Save playlists as compilation option
* This changes cover art, track number, disc number, album name and album artist
* This adds #26 #221 #288 #295 #300
* #37 Download all liked playlists<br>
Just add a button to do that<br>
* Fix Charts selection
* Replace the dropdown with a modal
* This adds #167
* #167 Chart DropDown Menu<br>
Insted of a dropdown I thought of making a modal with buttons, so it's easier to use from mobile and devices with small screens<br>
Also ordering the charts by country name to make it easier to search a country name<br>
* Add quality selection modal to missing download buttons
* Charts Download Playlist button
* Download from URL
* Download Button in Tracklist Selective
* Download Selection Button in Tracklist Selective
* Download Button in Tracklist
* This adds #252
* #221 Track number by playlist option<br>
The idea is to replace the album info with the playlist info<br>
So trackNumber is the position in the playlist<br>
diskNumber is 1<br>
album name is the name of the playlsit<br>
album artist is the user who made the playlist<br>
and album artwork is the playlist artwork<br>
* Add infinite scrolling into Search Tab
* This adds #222
* #222 More search results<br>
Add infinite scrolling or a page system using the offset and limit options in the api requests<br>
* #236 Add saved albums tab<br>
Like the playlist tab, but with saved albums using:<br>
method: deezer.pageProfile<br>
{user_id: "user_id", tab: "albums", nb: 40}<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>
* #288 3 issue<br>
issue1: checkbox for the same name as the folder name<br>
issue2: already fixed<br>
issue3: I'll see what I can do, but it's getting complicated<br>
* #295 4.2.1 Regression (playlists and artist/album folders)<br>
Add an option to create Artist and Album folders for playlists<br>
* #297 Add bitrate variable to album name template<br>
%bitrate% will result in FLAC, 320, 128 depending on bitrate<br>
* #300 Make search fallback optional<br>
Add option for search fallback<br>
* #301 New Variable for CD-Number<br>
Only for songs titles<br>
* Fix Download Tab
* Refactor download object (Bar needs to be on new line)
* Replace the download from url input with a textarea
* This fixes #5
* #255 Fix compiling scripts dist:win32 and win64
## 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>