diff --git a/Feature Request Updates.md b/Feature Request Updates.md
index bb5c477..1a16009 100644
--- a/Feature Request Updates.md
+++ b/Feature Request Updates.md
@@ -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
-Will add a textarea where you can paste links and search queries
-Links will be downloaded normally
-Search queries will search and then download the first track result
+* Fix the naming function for tracks and albums
+ * Tracks
+ * %discnumber%
+ * Albums
+ * %bitrate%
+ * This adds #301 #297
-* #26 Clean up the settings tab
-Move around options and clean up, so settings can be a little bit more organized.
-Like moving all directory related options under a Download Folder section and so on
-Also was thinking about adding a full syntax for saving folders replacing the ticks Create Artist Folder etc...
-But IDK about this last thing becouse of the save artwork function that needs to know where the artist folder and album folder is
+* 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
-Just add a button to do that
+* Fix Charts selection
+ * Replace the dropdown with a modal
+ * This adds #167
-* #167 Chart DropDown Menu
-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
-Also ordering the charts by country name to make it easier to search a country name
+* 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
-The idea is to replace the album info with the playlist info
-So trackNumber is the position in the playlist
-diskNumber is 1
-album name is the name of the playlsit
-album artist is the user who made the playlist
-and album artwork is the playlist artwork
+* Add infinite scrolling into Search Tab
+ * This adds #222
-* #222 More search results
-Add infinite scrolling or a page system using the offset and limit options in the api requests
-
-* #236 Add saved albums tab
-Like the playlist tab, but with saved albums using:
-method: deezer.pageProfile
-{user_id: "user_id", tab: "albums", nb: 40}
-
-* #252 Add quality selection modal to other download links in the app
-Need to see how to do it when downloading multiple tracks
-Maybe replacing the code that downloads each track as single and making it a playlist?
-
-* #255 Change package.json dist:win32 and win64 scripts for deprecation
-Need to find a way to replace those scripts
-
-* #256 Download private playlist
-Probably it was refering to Spotify Playlists, but I can't do that without adding login (and I don't want to do that)
-I'll add support for showing playlists for private users using the gw-light.php api
-
-* #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
-
-* #295 4.2.1 Regression (playlists and artist/album folders)
-Add an option to create Artist and Album folders for playlists
-
-* #297 Add bitrate variable to album name template
-%bitrate% will result in FLAC, 320, 128 depending on bitrate
-
-* #300 Make search fallback optional
-Add option for search fallback
-
-* #301 New Variable for CD-Number
-Only for songs titles
+* 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
Maybe edit the download process so to download seleted tracks not as singles but as a smaller playlist?