lunared / ftmp3

Simple html5 mp3 playlist interface to complement FTPs
Apache License 2.0
7 stars 2 forks source link

Create Index Page #9

Closed erodozer closed 6 years ago

erodozer commented 7 years ago

Playlists and directories should be shown using a searchable index page instead of just having the overlay dir list on each folder's page. This should clean up the user experience and make it more featureful.

Look to ftimg as a way to improve this aspect of the system

erodozer commented 7 years ago

New menu has been added so you can see subdirectories and how many songs/folders/playlists are in them. You navigate one folder at a time instead of seeing the long list of all viable folders.

Caching is still going to be an issue for folders with lots of files in them. Should look into adding a sqlite or mongo database for that.