Moderator: moderators
SparkyRih wrote:Can we also use thsi on 4.5 stable?
donpearson wrote:Just tried it and it dont seem to work for me
Also in about it seems to say this as well now 4.5 (build ${buildNumber}) – 13 August 2011
Shame, i was very happy about this mod as well.
Magica wrote:Hi,
I tested this mod and it works great in my SS server.
In some reaseon when the share link is opened in browser the quality of stream was very bad comparing that when the same file was opened straight in SS. What migth be reason for that?
I have my own domain, not subsonic.org.
GreenTentacle wrote:Magica wrote:Hi,
I tested this mod and it works great in my SS server.
In some reaseon when the share link is opened in browser the quality of stream was very bad comparing that when the same file was opened straight in SS. What migth be reason for that?
I have my own domain, not subsonic.org.
This happens with the official and modded version. I think the problem is when sharing the max bitrate isn't set properly. There isn't a combobox to choose the bitrate unlike when direct viewing in ss.
I'll see what i can do to fix this.
Edit :
See http://forum.subsonic.org/forum/viewtopic.php?f=8&t=7646#p30381 for better video quality
<p>
<img src="<spring:theme code="shareFacebookImage"/>" alt=""> <a
href="http://MYHOMESERVER.ADDR/sharer.php?u=${model.playUrl}" target="_blank"><fmt:message key="share.facebook"/></a>
</p>
<?
$url = $_REQUEST['u'];
$toreplace = "BLABLA.subsonic.org";
$replacement = "MYHOMESERVER.ADDR:4040";
$newurl = str_replace($toreplace, $replacement, $url);
$fburl = "http://www.facebook.com/sharer.php?u=".$newurl;
header("Status: 301 Moved Permanently");
header("Location:$fburl");
exit;
?>
Return to Mods, Apps and Clients
Users browsing this forum: No registered users and 8 guests