Hi,
Many months ago, when the projet seemed to migrate to codingteam, I
remember I've filed a bug. The bug is still not confirmed. And the
global stats of the bugs have not changed at all too. The project seems
to be dead. Hopefully, the mailing list show me that some people loves
sonata and continue to work on it ^^
Maybe sonata will need a fork, until paco's team show us a life sign...
Yes, I know, there's already a fork on github. I mean a real fork of the
project with a new development team.
On Wed, 27 Apr 2011 19:22:40 +0300, KL-7 wrote:
Sure, I dont expect the answer about project activity from you =) As
its a public mail list I hope someone else might share this
information with us. Summer is coming and may be Ill be able to
resume
my last year work on sonata and make some more fixes and small
enhancements so itd be nice to know what is the projects state now.
And what about LyricsWiki changes, I still use sonata as my primary
music player under ubuntu and I like to look through songs lyrics
once
in a while. So if I notice something is broken be sure Ill try to fix
it and commit to github =)
On Wed, Apr 27, 2011 at 7:10 PM, Lazaros Koromilas wrote:
On Wed, Apr 27, 2011 at 6:46 PM, KL-7 wrote:
> Hi,
>
I believe this one will do the trick.
>
> Lazaros, I suggest you to look through commits in multanis and my
repos.
> You might find some useful fixes there.
>
> And I wonder how things are going with sonata. I dont see much
activity of
> Pacos team on codingteam. Did they move the repo somewhere else
or finally
> decide against resurrecting sonata project?
Hi again,
These are some very helpful fixes; thank you.
I dont have a clue about the projects activity/decisions.
I will try to contribute through here as a first step ;)
Lazaros.
> On Wed, Apr 27, 2011 at 2:39 PM, Lazaros Koromilas
> wrote:
>>
>> On Tue, Apr 26, 2011 at 7:35 PM, KL-7 wrote:
>> > Hi,
>> >
>> > Something really strange happened with their markup lately, so
thank you
>> > for
>> > sharing your patch. Though, I used this one for myself. It
avoids
>> > splitting
>> > string with the tag that contains simultaneously escaped < and
>> > unescaped
>> > > as it looks a bit unstable for me.
>>
>> Yep! This seems much better, thanks ;)
>> Another thing that needs attention is the capitalization rules,
for
>> instance
>> for the song "Orchestral Manoeuvres In The Dark - Shes Leaving"
sonata
>> will get the page:
>>
>>
http://lyrics.wikia.com/index.php?title=Orchestral%20Manoeuvres%20In%20The%20Dark:She%27S%20Leaving&action=edit
[4]
>> whereas the logical would be:
>>
>>
http://lyrics.wikia.com/index.php?title=Orchestral%20Manoeuvres%20In%20The%20Dark:She%27s%20Leaving&action=edit
[5]
>> where the lyrics actually exist.
>>
>> > On Tue, Apr 26, 2011 at 7:08 PM, Lazaros Koromilas
>> > wrote:
>> >>
>> >> Lyrics fetching was not functional lately,
>> >> some changes in the markup apparently.
>> >> This patch fixes it.
>> >>
>> >> diff --git a/sonata/lyricwiki.py b/sonata/lyricwiki.py
>> >> index 0cd07fc..d4055c1 100644
>> >> --- a/sonata/lyricwiki.py
>> >> +++ b/sonata/lyricwiki.py
>> >> @@ -42,10 +42,9 @@ class LyricWiki(object):
>> >> if content[:len(redir_tag)].lower() ==
redir_tag:
>> >> addr =
>> >> "http://lyricwiki.org/index.php?title=%s&action=edit [7]" %
>> >> urllib.quote(content.split("[[")[1].split("]]")[0])
>> >> lyricpage =
urllib.urlopen(addr).read()
>> >> - content = re.split("]*>",
>> >> lyricpage)[1].split("")[0]
>> >> - content = content.strip()
>> >> - lyrics =
>> >>
content.split("<lyrics>")[1].split("</lyrics>")[0]
>> >> - if lyrics.strip() != "<!-- PUT LYRICS
HERE (and delete
>> >> this entire line) -->":
>> >> + lyrics = re.split("<lyrics>",
>> >> lyricpage)[1].split("</lyrics>")[0]
>> >> + if lyrics.find("PUT LYRICS HERE") == -1:
>> >> + lyrics = lyrics.strip()
>> >> lyrics = misc.unescape_html(lyrics)
>> >> lyrics = misc.wiki_to_html(lyrics)
>> >> lyrics = lyrics.decode("utf-8")
>> >> _______________________________________________
>> >> Sonata-users mailing list
>> >> [email protected] [8]
>> >> https://lists.berlios.de/mailman/listinfo/sonata-users [9]
>> >
>> >
>> >
>> > --
>> > Kirill
>> >
>> >
>> > _______________________________________________
>> > Sonata-users mailing list
>> > [email protected] [10]
>> > https://lists.berlios.de/mailman/listinfo/sonata-users [11]
>> >
>> >
>> _______________________________________________
>> Sonata-users mailing list
>> [email protected] [12]
>> https://lists.berlios.de/mailman/listinfo/sonata-users [13]
>
>
>
> --
> Kirill
>
>
> _______________________________________________
> Sonata-users mailing list
> [email protected] [14]
> https://lists.berlios.de/mailman/listinfo/sonata-users [15]
>
>
_______________________________________________
Sonata-users mailing list
[email protected] [16]
https://lists.berlios.de/mailman/listinfo/sonata-users [17]
--
Kirill
Links:
------
[1] mailto:[email protected]
[2] mailto:[email protected]
[3] mailto:[email protected]
[4]
http://lyrics.wikia.com/index.php?title=Orchestral%20Manoeuvres%20In%20The%20Dark:She%27S%20Leaving|+|amp|+|action=edit
[5]
http://lyrics.wikia.com/index.php?title=Orchestral%20Manoeuvres%20In%20The%20Dark:She%27s%20Leaving|+|amp|+|action=edit
[6] mailto:[email protected]
[7] http://lyricwiki.org/index.php?title=%s|+|amp|+|action=edit
[8] mailto:[email protected]
[9] https://lists.berlios.de/mailman/listinfo/sonata-users
[10] mailto:[email protected]
[11] https://lists.berlios.de/mailman/listinfo/sonata-users
[12] mailto:[email protected]
[13] https://lists.berlios.de/mailman/listinfo/sonata-users
[14] mailto:[email protected]
[15] https://lists.berlios.de/mailman/listinfo/sonata-users
[16] mailto:[email protected]
[17] https://lists.berlios.de/mailman/listinfo/sonata-users
[18] mailto:[email protected]
_______________________________________________
Sonata-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/sonata-users