Page 1 of 1

Type of startpage view relating to directory selection?¿

PostPosted: Mon Apr 19, 2010 7:08 am
by BlueScorpion
Hello,

is it possible that the views on startpage (random, newest... maybe also all the other without user-statistics) relates to the directory selection on the left dropdown box?

In my case i have directories like "album", "compilation" and "audiobook" so it makes sense for me(!) when i choose "album" that i get a random view of albums, only of albums (or only of audiobooks, ...).

What do you mean?

Greetings
BluE

PostPosted: Thu Dec 09, 2010 8:19 pm
by stozher
Remove 'Users' (or other menu entry) from home frame:

Open file "/var/subsonic/jetty/1944/webapp/WEB-INF/jsp/home.jsp" with a plain text editor (backup file before edit!!!). Find row 24
Code: Select all
<c:forTokens items="random newest highest frequent recent users" delims=" " var="cat" varStatus="loopStatus">
and remove "users"
Code: Select all
<c:forTokens items="random newest highest frequent recent" delims=" " var="cat" varStatus="loopStatus">

Save file. Clear browser cache to see result...

PostPosted: Thu Dec 09, 2010 11:32 pm
by BlueScorpion
Thanks for reply,


but that was not the meaning of my question.

i want to see on home frame only albums related to my folderselection (dropdownbox in left frame).

example:
left frame folder A selected
-> home frame shows random or the newest... music only from folder A

left frame folder B selected
-> home frame shows random or the newest... music only from folder B

left frame all folders selected
-> home frame shows random or the newest... music only from all folders
-> that it's the actual implementation!

Thank for help!
BluE

P.S.: it should be a feature... i don't want to change the code everytime. ;)

PostPosted: Mon Apr 25, 2011 11:04 am
by serak
This would be really useful, does anyone know a way of getting it to work?