Feature Requests

Got an idea? Missing something? Post your feature request here.

Moderator: moderators

Feature Requests

Postby sunfire » Sat Sep 29, 2007 2:18 pm

I use my subsonic every day and so do many of my friends and family to stream music at work.

I thought it would be nice to have a message area on the main screen that you could use as the admin to post messages regarding what ever you want, such as server will be down for maintence on such date, just added new "kid rock' cd, etc....

I also thought that it would be nice to have an integrated email system that would allow you to store your users email and be able to send out an email to all users for some what of the same purpose as stated above.

I think it would also be cool to have a user modifiable interface for customization. Nothing complex, i do understand i can modify the theme a bit, but maybe have a section where you could upload a personal banner/logo in place of the subsonic one to allow users to make subsonic a little more personable.

Let me know your thoughts likes/dislikes?
sunfire
 
Posts: 6
Joined: Fri Aug 17, 2007 6:05 pm

Postby matthew » Sun Sep 30, 2007 6:45 pm

I like the email announcements, and maintainence message. It would be great to have these added.

Matthew.
matthew
 
Posts: 59
Joined: Thu Jan 25, 2007 9:59 pm
Location: USA - Glendora, Californina

Postby MaRINoL » Thu Oct 11, 2007 3:06 am

I'd like to agree with the above & suggest that even some sort of chat between users who are currently on could be quite useful in certain instances...

BTW, it is possible to manually edit any of the images, etc. to fit your taste. It is best to stick with the same dimensions.


Thanks
MaRINoL
 
Posts: 4
Joined: Sat Sep 22, 2007 6:16 pm

Postby mistaox » Thu Oct 11, 2007 11:36 pm

I agree as well
mistaox
 
Posts: 54
Joined: Sat Dec 09, 2006 7:36 am

Chat!

Postby vertigocreative » Wed Feb 11, 2009 6:31 pm

I'd love to have a chat feature between online listeners...

And I agree with the ability to make written comments on individual songs too...
vertigocreative
 
Posts: 12
Joined: Tue Dec 02, 2008 5:14 am

Chat and mail

Postby DJRoy » Sat Feb 14, 2009 12:26 pm

Some of my users suggested this chat feature. I think chatting makes this already fantastic application even more dynamic. Users will go to subsonic to listen, meet and talk about music!
DJRoy
 
Posts: 21
Joined: Tue Jul 08, 2008 8:59 am
Location: Netherlands

Re: Chat and mail

Postby cyclopes » Mon Mar 16, 2009 11:22 pm

DJRoy wrote:Some of my users suggested this chat feature. I think chatting makes this already fantastic application even more dynamic. Users will go to subsonic to listen, meet and talk about music!


Yes Sindre think about this in next ver. of subsonic streamer
User avatar
cyclopes
 
Posts: 51
Joined: Thu Mar 12, 2009 11:33 pm
Location: Norway

Postby aphuey » Tue Mar 17, 2009 3:59 pm

matthew wrote:I like the email announcements, and maintainence message. It would be great to have these added.

Matthew.


Ditto. Both of these features would be very useful!
aphuey
 
Posts: 102
Joined: Mon Nov 17, 2008 6:25 pm

New Features

Postby jmlove » Sat Mar 21, 2009 1:49 pm

While I agree with most of the suggestions, I think that a chat service with those playing music would be excellent and down the road an extension of that that would allow "admins" to chat with other http online admins directly through the app.

In my opinion this would significanlty increase subsonic community expansion, creative input, and increase funding.

There are a good nuumber of users, mostly non-techie that use and will use subsonic but will never participate in user forums but can bring a tremendous amount of user experience and ideas to the table.

Thanks, Jeff
jmlove
 
Posts: 16
Joined: Fri Mar 20, 2009 3:05 pm
Location: Missouri, USA

Re: Chat!

Postby Aethies » Wed Mar 25, 2009 6:26 pm

vertigocreative wrote:I'd love to have a chat feature between online listeners...

And I agree with the ability to make written comments on individual songs too...


I too was just looking to post a feature request for this very thing. Even a shoutbox would be awesome!

Thanks again for the awesome program!
User avatar
Aethies
 
Posts: 197
Joined: Fri Oct 24, 2008 4:33 pm

Postby zeekay » Wed Mar 25, 2009 7:27 pm

I stuck a shoutbox in the user tab that normally shows the usage charts. Works great for my purposes, just allowing people a chance to chat/comment etc. Not too interested in commenting on songs/albums/etc. I prefer to have all the chat stuff isolated in a shoutbox.

Look in home.jsp for:

<c:when test="${model.listType eq 'users'}">
<table>
<tr>
<th><fmt:message key="home.chart.total"/></th>
<th><fmt:message key="home.chart.stream"/></th>
</tr>
<tr>
<td><img src="<c:url value="/userChart.view"><c:param name="type" value="total"/></c:url>" alt=""/></td>
<td><img src="<c:url value="/userChart.view"><c:param name="type" value="stream"/></c:url>" alt=""/></td>
</tr>
<tr>
<th><fmt:message key="home.chart.download"/></th>
<th><fmt:message key="home.chart.upload"/></th>
</tr>
<tr>
<td><img src="<c:url value="/userChart.view"><c:param name="type" value="download"/></c:url>" alt=""/></td>
<td><img src="<c:url value="/userChart.view"><c:param name="type" value="upload"/></c:url>" alt=""/></td>
</tr>
</table>

</c:when>

with something like:

<c:when test="${model.listType eq 'users'}">

<div >
<iframe title="shoutbox" src="http://link/to/shoutbox" width="100" height="100" frameborder="0" scrolling="none"></iframe>
</div>

</c:when>

Add whatever sort of styling you'd want. there are plenty of free shoutbox sites like shoutmix.com you can use.
zeekay
 
Posts: 63
Joined: Sun Aug 03, 2008 6:33 pm

Postby aphuey » Thu Mar 26, 2009 2:44 am

Sweet, man - I can't wait to try this out! I'm assuming I could stick it on any of the pages? Like the Home Page?
aphuey
 
Posts: 102
Joined: Mon Nov 17, 2008 6:25 pm

Postby zeekay » Mon Mar 30, 2009 3:02 pm

Subsonic has a welcome message that shows up on the random album page, which is basically the "home page". You could very easily replace the welcome message with a shoutbox. Look for this in home.jsp:

Code: Select all
            <c:if test="${not empty model.welcomeMessage}">
                <td style="vertical-align:top;max-width:150px">
                    <div style="padding:0 1em 0 1em;border-left:1px solid #<spring:theme code="detailColor"/>">
                        <sub:wiki text="${model.welcomeMessage}"/>
                    </div>
                </td>
            </c:if>


Just mess around with it a bit you'll figure it out!
zeekay
 
Posts: 63
Joined: Sun Aug 03, 2008 6:33 pm

Postby aphuey » Mon Apr 06, 2009 7:52 pm

Thanks, Zeekay. I first tried putting it on the home page where the welcome message is. I agree - that is the best spot for it. But once I got it there and was testing it out, I found that, because that frame refreshes so often, many times I would get interrupted with a refresh while I was typing a message and I would lose whatever I was typing. If there was an easy way around this, I would love to have it in that spot.

In the mean time, I stuck it in the left pane, just under the bottom index letters. It works well there, too, but it does eat into the space allotted for the index.

Great to have the chat function enabled on my version of Subsonic!

Thanks!
aphuey
 
Posts: 102
Joined: Mon Nov 17, 2008 6:25 pm

Request for chat/im

Postby xminer » Mon Apr 13, 2009 11:30 pm

I also get this request a lot... everyone loves the software so much we all want to just hang out in Subsonic listening to music... having even a single chat room that you get dumped into when you log in would be great... no frills needed, just want to chat it up while we listen...

In general any semi interactive messaging would be great, something a tad more interactive and site wide than the comments... and I think the comments are good by the way too...

Perhaps we can choose a method to integrate some of the little hacks to 3rd party chats into subsonic as mentioned in this thread and make them "unofficially supported" methods... perhaps a very small adjustments to Subsonic could be made to make that really easy to integrate if perhaps if a native Chat/IM is not an easy or desired feature to put in Subsonic.

Thanks a million, Subsonic rocks...

-Russ
xminer
 
Posts: 2
Joined: Mon Apr 13, 2009 11:20 pm

Next

Return to Feature Requests

Who is online

Users browsing this forum: No registered users and 19 guests