This looks great.
A few suggestions.
CODE {
Remove ALL inline style and make classes and ids
Example: Original
- Code: Select all
<div style="padding-top:1em; padding-bottom:2.5em">
<a href="help.view" target="main"><img src="icons/default_light/subsonic_logo.png" title="About" alt=""></a>
</div>
Replace with:
- Code: Select all
<div id="logo-container">
<a href="help.view" target="main"><img id="logo" src="icons/default_light/subsonic_logo.png" title="About" alt=""></a>
</div>
Please Please Please... Allow MySQL as optional DB .
}
GUI {
Quick Link: The cover art with album title,artist name and added date.. make artist name clickable. (Maybe make date clickable and results to all albums added on that date?)
Reduce Clutter: The left menu is pretty useless for 4 items. Maybe switch to a drop down style menu on top. (The idea of adding a full artist listing there like 5 series is bad for large collections).
Mobile: Responsive Design
}
FUNCTIONALITY {
Unexpected Result: When manually changing cover , why is it saved into the albums folder as cover.png instead of thumb folder with all others?
Unexpected Result: Clicking on a Track's Play icon, adds all the songs in the list to the queue not just the one song.
}
A side note, I haven't investigated this further but... in the 5 series release, I added my path:
/mnt/music which has folder structure :: ARTIST_FIRST_LETTER > ARTIST > ARTIST - ALBUM > ARTIST - SONG scans quickly and begins adding items to recently added immediately.
In the 6 release (same folder) ... scanning is VERY slow and items do not appear anywhere .
The log shows items being added into DB, but nothing appears. genres seem to update
I added this path instead: /mnt/music/A and items were added quickly!
So I added 26 paths to make it work.
Thanks for reading!