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: This is what I'm thinking about:
## TO DO ## 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> * Fix the naming function for tracks and albums
Will add a textarea where you can paste links and search queries<br> * Tracks
Links will be downloaded normally<br> * %discnumber%
Search queries will search and then download the first track result<br> * Albums
* %bitrate%
* This adds #301 #297
* #26 Clean up the settings tab<br> * Settings Edits
Move around options and clean up, so settings can be a little bit more organized.<br> * Move every setting in appropriate categories
Like moving all directory related options under a Download Folder section and so on<br> * Make search fallback optional
Also was thinking about adding a full syntax for saving folders replacing the ticks Create Artist Folder etc...<br> * Re-add option to save artist and album folders for playlists
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> * 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> * Fix Charts selection
Just add a button to do that<br> * Replace the dropdown with a modal
* This adds #167
* #167 Chart DropDown Menu<br> * Add quality selection modal to missing download buttons
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> * Charts Download Playlist button
Also ordering the charts by country name to make it easier to search a country name<br> * 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> * Add infinite scrolling into Search Tab
The idea is to replace the album info with the playlist info<br> * This adds #222
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>
* #222 More search results<br> * Fix Download Tab
Add infinite scrolling or a page system using the offset and limit options in the api requests<br> * Refactor download object (Bar needs to be on new line)
* Replace the download from url input with a textarea
* #236 Add saved albums tab<br> * This fixes #5
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>
* #255 Fix compiling scripts dist:win32 and win64
## MAYBE ## MAYBE
* #10 Select song from spotify playlist<br> * #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> Maybe edit the download process so to download seleted tracks not as singles but as a smaller playlist?<br>