Page 1 of 1

No Album art FIX

PostPosted: Sat Jul 10, 2010 12:17 am
by cyberbillp
Ok, I see this problem splattered all over the forum, and no solution.

So here it is, if you are running Java 6 (aka 1.6), change your startup script to look like this where it launches the program ( subsonic.sh).

Code: Select all

${JAVA} -Djava.awt.headless=true \
  -Xmx${SUBSONIC_MAX_MEMORY}m \
  -Dsubsonic.home=${SUBSONIC_HOME} \
  -Dsubsonic.host=${SUBSONIC_HOST} \
  -Dsubsonic.port=${SUBSONIC_PORT} \
  -Dsubsonic.contextPath=${SUBSONIC_CONTEXT_PATH} \
  -Dsubsonic.defaultMusicFolder=${SUBSONIC_DEFAULT_MUSIC_FOLDER} \
  -Dsubsonic.defaultPodcastFolder=${SUBSONIC_DEFAULT_PODCAST_FOLDER} \
  -Dsubsonic.defaultPlaylistFolder=${SUBSONIC_DEFAULT_PLAYLIST_FOLDER} \
  -jar subsonic-booter-jar-with-dependencies.jar > ${LOG} 2>&1 &



PostPosted: Thu Sep 02, 2010 6:43 am
by ndoggac
nice man....thanx!

PostPosted: Thu Feb 24, 2011 3:09 pm
by othello
where is the startup script?? i cant find subsonic.sh anywhere. running windows xp, java 6