[
http://dev.sourcefabric.org/browse/LS-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14686#action_14686
]
Zeyn edited comment on LS-467 at 1/28/11 2:40 PM:
--------------------------------------------------
The problem is solved. Version 1.0.0 has an error. I have corrected in source
codes of a line:
file icecast2.ml:
333,335c333,335
let default_song =
< let artist = try Hashtbl.find m "artist" with _ -> "" in
< let title = try Hashtbl.find m "title" with _ -> "Unknown" in
< artist^" - "^title
---
let default_song =
> (try (Hashtbl.find m "artist") ^ " - " with _ -> "")
> ^
> (try Hashtbl.find m "title" with _ -> "Unknown")
was (Author: zeyn):
The problem is solved. Version 1.0.0 has an error. I have corrected in
source codes of a line:
file icecast2.ml:
333,335c333,335
let default_song =
< let artist = try Hashtbl.find m "artist" with _ -> "" in
< let title = try Hashtbl.find m "title" with _ -> "Unknown" in
< artist^" - "^title
---
let default_song =
> (try (Hashtbl.find m "artist") ^ " - " with _ -> "")
> ^
> (try Hashtbl.find m "title" with _ -> "Unknown")
> Problem with metadata a relayed flow
> ------------------------------------
>
> Key: LS-467
> URL: http://dev.sourcefabric.org/browse/LS-467
> Project: Liquidsoap
> Issue Type: Bug
> Components: Liquidsoap
> Affects Versions: 1.0 beta
> Environment: Linux Debian Squeeze (32bit)
> Reporter: Zeyn
> Priority: Critical
>
> Hello, I had a problem with metadata a relayed flow. With passage to version
> 1.0.0 beta metadata steels it is deduced in a format "- Title", for example:
> "- Irey Vibes - Nu Reggae"
> There was a superfluous hyphen in the beginning, though in a flow source the
> correct metadata "Irey Vibes - Nu Reggae".
> I used earlier liquidsoap versions 0.9.1 and 0.9.3 and no such problems.
> Similar on that m["artist"] became empty and "artist" "title" was moved in m
> ["title"].
> That causes such strange effect.
> My code:
> #!/usr/local/bin/liquidsoap -v
> radio =
> fallback(track_sensitive=false,[input.http("http://frod.io:8000/station20"),amplify(.05,override="liq_amplify",noise())])
> output.icecast (%mp3(bitrate=128),host="10.0.0.1", password="gwGn5WEAsC",
> mount="test", radio)
> Please help to solve a problem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://dev.sourcefabric.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Savonet-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-devl