Moderator: moderators
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="iso-8859-1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<%@ include file="head.jsp" %>
<link rel="alternate" type="application/rss+xml" title="Subsonic Podcast" href="podcast.view?suffix=.rss">
</head>
<frameset rows="80,*" frameborder="no" border="0" framespacing="0">
<frame src="top.view?" name="upper" scrolling="No" noresize="noresize" />
<frameset rows="*" cols="245,*" framespacing="0" frameborder="no" border="0">
<frame name="left" src="left.view?">
<frameset rows="*" cols="*,${model.showRight ? 240 : 0}" framespacing="0" frameborder="no" border="0">
<frameset rows="*,220" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="home.view?listSize=10&listType=hot" name="main"/>
<frame src="playlist.view?" name="playlist" />
</frameset>
<frame src="right.view?" name="right" noresize="noresize" />
</frameset>
</frameset>
</frameset>
<noframes></noframes>
</html>
<h2>
<c:forTokens items="hot newest random highest frequent recent users" delims=" " var="cat" varStatus="loopStatus">
<table style="margin:0"><tr valign="middle">
<td class="logo" style="padding-right:2em"><a href="home.view?listSize=10&listType=hot" target="main"><img src="<spring:theme code="logoImage"/>" title="${help}" alt=""></a></td>
<c:if test="${not model.musicFoldersExist}">
<td style="padding-right:2em">
<p class="warning"><fmt:message key="top.missing"/></p>
</td>
</c:if>
<td>
<table><tr align="center">
<td style="min-width:4em;padding-right:1.5em">
<a href="home.view?listSize=10&listType=hot" target="main"><img src="<spring:theme code="homeImage"/>" title="${home}" alt="${home}"></a><br>
<a href="home.view?listSize=10&listType=hot" target="main">${home}</a>
<td style="min-width:4em;padding-right:1.5em">
<a href="nowPlaying.view?" target="main"><img src="<spring:theme code="nowPlayingImage"/>" title="${nowPlaying}" alt="${nowPlaying}"></a><br>
<a href="nowPlaying.view?" target="main">${nowPlaying}</a>
gurutech wrote:Has anyone been successful in simply copying the files from the ZIP file over the files with the same name in the Subsonic folder? From what I am seeing here, I would like this MOD, but it seems that I would be required to backup, uninstall, reinstall, then install these files.
I'm currently running 4.6 version 2585, if that matters.
You dont need to reinstall anything if u dont have any mod in your SS. Just back up SS and replace all files from archive.
Thanks!
gurutech wrote:Has anyone been successful in simply copying the files from the ZIP file over the files with the same name in the Subsonic folder? From what I am seeing here, I would like this MOD, but it seems that I would be required to backup, uninstall, reinstall, then install these files.
I'm currently running 4.6 version 2585, if that matters.
Hellscream wrote:You dont need to reinstall anything if u dont have any mod in your SS. Just back up SS and replace all files from archive.
Thanks!
gurutech wrote:gurutech wrote:Has anyone been successful in simply copying the files from the ZIP file over the files with the same name in the Subsonic folder? From what I am seeing here, I would like this MOD, but it seems that I would be required to backup, uninstall, reinstall, then install these files.
I'm currently running 4.6 version 2585, if that matters.Hellscream wrote:You dont need to reinstall anything if u dont have any mod in your SS. Just back up SS and replace all files from archive.
Thanks!
I only downloaded the ModfilesV2 zip file, and backed up the files from that archive that already existed before copying over what I already had.
It's not working. I figure I have to download the other zip files as well, in the process of that now. If I'm running Linux, where would the ".war" file be located? /var/subsonic ?
And can I only overwrite that file after backing it up, or do I have to overwrite all files?
MadEvil wrote:the backup is only for your database to go back if something doesn't work, if you have allready SS 4.6 Build 2585 you can replace all files.
Please follow this instruction, this will help you -> viewtopic.php?f=8&t=8918&start=15#p37792
Best regards
gurutech wrote:MadEvil wrote:the backup is only for your database to go back if something doesn't work, if you have allready SS 4.6 Build 2585 you can replace all files.
Please follow this instruction, this will help you -> viewtopic.php?f=8&t=8918&start=15#p37792
Best regards
Working... kinda... Instead of "Hot", I get "???home.hot.title???" and as I rotate through the albums, it comes up as "???home.hot.text???" instead of the album name.
Found some code in the home.jsp file (starting line 171 or so), but haven't the slightest idea on how to fix it. Seems as though the variable "cat" isn't being found for some reason.
gurutech wrote:1- How is a "Hot" album determined? Is it just "random", but in the carousel format?
String listType = request.getParameter("listType");
if (listType == null) {
listType = "random";
}
List<Album> albums;
if ("highest".equals(listType)) {
albums = getHighestRated(listOffset, listSize);
} else if ("frequent".equals(listType)) {
albums = getMostFrequent(listOffset, listSize);
} else if ("recent".equals(listType)) {
albums = getMostRecent(listOffset, listSize);
} else if ("newest".equals(listType)) {
albums = getNewest(listOffset, listSize);
} else {
albums = getRandom(listSize);
}
gurutech wrote:2- Is there a way to change the "Hot RECOMMENDED" title to instead be the album title, and to change as the carousel rotates?
gurutech wrote:1- How is a "Hot" album determined? Is it just "random", but in the carousel format?
gurutech wrote:Is there a way to change the "Hot RECOMMENDED" title to instead be the album title, and to change as the carousel rotates?
Return to Mods, Apps and Clients
Users browsing this forum: No registered users and 27 guests