Page 1 of 1

2 Litlle things

PostPosted: Sat Aug 29, 2009 12:38 pm
by vetlel
Having a go at this again...

Two little things though - sorry couldn't find anything relating this-

Can i change the width of the column that the music's in? I'm stubbornly putting albums in <artist> - <album>. So sometimes the last bit of this gets cut off...

Is there a way to change the upload folder? I really don't want a folder made in my music collection.


TIA

Re: 2 Litlle things

PostPosted: Sat Aug 29, 2009 5:19 pm
by jigsaw
vetlel wrote:Can i change the width of the column that the music's in? I'm stubbornly putting albums in <artist> - <album>. So sometimes the last bit of this gets cut off...

The possibility to extend it in the browser was deprecated in 3.7 ( info here: http://forum.subsonic.org/forum/viewtop ... c&start=60 )
Information on how to re-activate this function can be read here here: http://forum.subsonic.org/forum/viewtopic.php?t=1589
vetlel wrote:Is there a way to change the upload folder? I really don't want a folder made in my music collection.

In the More-menu where you choose to upload files the next line says "Upload to". This is where you would put in whatever you'd like :)
Keep in mind that if you type "foldername/upload" it will be uploaded to SUBSONIC_HOME/foldername/upload as the path then is relative to the installation directory of your Subsonic. You can change this to /opt/uploaded_music or C:\temp\uploaded_music ( if you're on windows ).

If you are talking about setting this and not letting anybody else change it I think you need to look at the more.jsp-file and remove the possibillity to change it there.

-jigsaw

Re: 2 Litlle things

PostPosted: Wed Sep 22, 2021 7:05 pm
by operat0r
So I think the listSize used to work but now it does not as far as I can tell. I can’t tell you how frustrating it is to only have max 50 songs when you have almost 100K songs… I tried in like 15 places for like 4+ hours and it passes the listSize parameter but does nothing… the only solution I found was to use complicated jamstash.com option (not really under active development and I didn’t want to complicate things further..) or the ‘more’ button on the left navigation menu and replace the ‘Shuffle play’ default value 20 with my own…

Replace the 1000 with how ever many you want to load.. This still does not solve the problem of “recent” with more then 50 albums but that’s manageable ..

# script
find / -iname "more.jsp" -exec sed 's/value="20"/value="1000"/g' -i".bk.$RANDOM" '{}' \;

# example changes

https://github.com/freeload101/SCRIPTS/ ... 3615105cea

Things I tried:
• Used Web developer plugin to clear cookies
• Went into settings and deleted all the players
• Restarted subsonic
• It could be a java/class/jsp thing but I don’t want to have to compile any java just for more then 50 songs …