Page 1 of 1

Change the titles below the cover art

PostPosted: Sat Nov 26, 2011 11:20 pm
by fanSte
Hi,

I'm running the latest Subsonic and I want to change the title below the cover art.

For example in the screen below I want to change "26-11-11 maal gemodificeerd Sanctuary S04E08" to "Sanctuary S04E08" (just by removing the date and the modified text)

How can I do this?

Thank you,

fanSte.

Image

Re: Change the titles below the cover art

PostPosted: Mon Nov 28, 2011 2:10 am
by MadEvil
Hi,

to do so you have many options:

1) tag your Files right

2) Rename simple your Source Files -> http://www.bulkrenameutility.co.uk/Screenshots.php

3) change it via Code enhancement (truncate Name) -> Change .\webapp\WEB-INF\jsp\coverArt.jsp

Example: Truncate [*] Year from Foldername
Image

i hope that help you :D

Re: Change the titles below the cover art

PostPosted: Mon Nov 28, 2011 3:41 am
by BKKKPewsey
That will not help the OP as he is showing the recently added tab which by default shows the creation date.
Its that which he wants to remove from the display (I think)
Changing filename or title tag will not help.
:mrgreen:

Re: Change the titles below the cover art

PostPosted: Mon Nov 28, 2011 5:07 am
by califrag
BKKKPewsey wrote:That will not help the OP as he is showing the recently added tab which by default shows the creation date.
Its that which he wants to remove from the display (I think)
Changing filename or title tag will not help.
:mrgreen:

yep BKK's right,

to answer the OP's question, open /WEB-INF/jsp/home.jsp

find lines 104-107 and remove them

Code: Select all
104                               <c:if test="${not empty album.created}">
105                                   <fmt:formatDate value="${album.created}" dateStyle="short" var="creationDate"/>
106                                   <fmt:message key="home.created"><fmt:param value="${creationDate}"/></fmt:message>
107                               </c:if>


should remove the creation date from 'recently added'

Re: Change the titles below the cover art

PostPosted: Fri Dec 09, 2011 12:47 pm
by fanSte
califrag wrote:to answer the OP's question, open /WEB-INF/jsp/home.jsp

find lines 104-107 and remove them

Code: Select all
104                               <c:if test="${not empty album.created}">
105                                   <fmt:formatDate value="${album.created}" dateStyle="short" var="creationDate"/>
106                                   <fmt:message key="home.created"><fmt:param value="${creationDate}"/></fmt:message>
107                               </c:if>


should remove the creation date from 'recently added'


Tnx man! It's solved. I've also managed to center the text, made the thumbs bigger and the title larger.

Image

Re: Change the titles below the cover art

PostPosted: Fri Dec 09, 2011 10:22 pm
by BKKKPewsey
Nice and your post let me know that Sanctuary Season 4 was available 8)