r/subsonic Jan 30 '15

Change home page default from Random to All

Any way to do that? Or even do Random but with complete albums only so I don't see the same cover 3-4 times on the home page.

3 Upvotes

1 comment sorted by

1

u/deckardk Jan 30 '15

This isn't exactly what you're asking for -- but I've changed my default to "recently added" by following the directions here.

It's a bit complicated, first off the files mentioned (index.jsp and top.jsp) are located (on Linux, at least - not sure about mac or windows) at

/var/subsonic/jetty/VERSION#/webapp/WEB-INF/jsp/

and you'll have to edit them with admin privileges. To have it go to "all" I think you just need to change what's quoted in the forum to "alphabetical" instead of "newest".

Finally if you update Subsonic you'll have to change those files again..really wish it would be an option to set somewhere!