Looking good so far. Excited with this new release/update.
Thanks for your hard work!
Moderator: moderators
freekdb wrote:Hi, I'm a long time Subsonic user and very excited about the DLNA support in the new beta release.
Unfortunately, when I launch BubbleUPnP or UPnPlay on my Android clients I don't get to see the library. It connects fine to the Subsonic server but I can only see the playlists (only one for the moment) and then there is an entry called 'MP3' with the number 790 next to it. When clicked, the same page is shown, I don't get to see the list of artists, albums or songs.
The playlists seems to work fine.
Both apps (BubbleUPnP and UPnPlay) have the same issue so my guess is that there is something wrong on the server.
Thanks for your excellent work!
GJ51 wrote:Add an entry "Stop Radio" and point it to 127.0.0.1
baaldemon wrote:madsenmi wrote:I agree with everyone that beta4 is another step in the right direction however I am still having an issue whenever a user downloads a video file from me it is automatically zipped. Would love to see this removed as this was not a regular function in 4.8 and below.
How are your users downloading? When I tested out the functionality before adding the download button back in the download process for a single file was working without zipping. Also if you want to add the download button back in append the following code to playButtons.jsp
- Code: Select all
<c:if test="${param.asTable}"><td></c:if>
<c:if test="${(empty param.downloadEnabled or param.downloadEnabled)}">
<a href="/subsonic/download.view?id=${param.id}">
<img src="<spring:theme code="downloadImage"/>" alt="<fmt:message key="common.download"/>"
title="<fmt:message key="common.download"/>"></a>
</c:if>
<c:if test="${param.asTable}"></td></c:if>
I Added the code to playButton.jsp but get an error:
HTTP ERROR: 404
NOT_FOUND
RequestURI=/subsonic/download.view
Powered by Jetty://
freekdb wrote:Hi, I'm a long time Subsonic user and very excited about the DLNA support in the new beta release.
Unfortunately, when I launch BubbleUPnP or UPnPlay on my Android clients I don't get to see the library. It connects fine to the Subsonic server but I can only see the playlists (only one for the moment) and then there is an entry called 'MP3' with the number 790 next to it. When clicked, the same page is shown, I don't get to see the list of artists, albums or songs.
The playlists seems to work fine.
Both apps (BubbleUPnP and UPnPlay) have the same issue so my guess is that there is something wrong on the server.
Thanks for your excellent work!
marcobto58 wrote:I Added the code to playButton.jsp but get an error:
HTTP ERROR: 404
NOT_FOUND
RequestURI=/subsonic/download.view
Powered by Jetty://
Solved!
I changed RequestURI=/subsonic/download.view to RequestURI=/download.view
and so it works.
Bye
nabab wrote:GJ51 wrote:Add an entry "Stop Radio" and point it to 127.0.0.1
Thanks but where do you do that??
GJ51 wrote:nabab wrote:GJ51 wrote:Add an entry "Stop Radio" and point it to 127.0.0.1
Thanks but where do you do that??
Settings/Internet TV/radio
Name: Stop Radio
Stream URL: http://127.0.0.1
Users browsing this forum: No registered users and 16 guests