Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: [crashware] foo_uie_lyrics2 (Read 484563 times) previous topic - next topic
0 Members and 4 Guests are viewing this topic.

[crashware] foo_uie_lyrics2

Reply #451
FYI you can get all the old versions from 0.4.6.12 - 0.4.6.7 from Michael's Google Code page - http://code.google.com/p/foo-display-lyrics/downloads/list
(see first post for details)

I've been running 0.4.6.8 daily on both of my machines with no crashes since mid-Feb.  i had crashes with .12, .10 and .9.

[crashware] foo_uie_lyrics2

Reply #452
@mrinferno, can you upload that version please...


[crashware] foo_uie_lyrics2

Reply #454
Quote
If all you want to do is to save the lyrics downloaded by the plugin to a folder like "\SONGS_FOLDER\Lyrics\lyric_file.lrc", all you have to do is add "\Lyrics\" in front of the filename pattern, and check the radio button to save the lyric files in the same folder as the songs


Hmm I try it but still that create a Lyric folder but won't save a files. 
Script look like this: \Lyrics\$if(%artist%,%artist% - )$if2(%title%,%_filename%)

[crashware] foo_uie_lyrics2

Reply #455
Thanks, i had already found the file, posted before searching the google-code page.

Well, that's weird, i have mine set to "Lyrics\%filename%", and it does save the lyrics under the "Lyrics" folder (creates it if it doesn't exist). Just to be sure, you're setting this under the Misc tab right?

[crashware] foo_uie_lyrics2

Reply #456
Thanks, i had already found the file, posted before searching the google-code page.

Well, that's weird, i have mine set to "Lyrics\%filename%", and it does save the lyrics under the "Lyrics" folder (creates it if it doesn't exist). Just to be sure, you're setting this under the Misc tab right?


That my settings under the Misc tab:

[crashware] foo_uie_lyrics2

Reply #457
Have you tried without the first slash?
Code: [Select]
\Lyrics\$if(%artist%,%artist% - )$if2(%title%,%_filename%)
becomes
Code: [Select]
Lyrics\$if(%artist%,%artist%" - ")$if2(%title%,%_filename%)


BTW, no joy with .10 release, it crashed right now  . Guess i'll have to wait lyricless until a new release is available

[crashware] foo_uie_lyrics2

Reply #458
Still crashes crashes crashes... at least since 0.4.6.10
When is this "new plugin" being released?

[crashware] foo_uie_lyrics2

Reply #459
Still crashes crashes crashes... at least since 0.4.6.10
When is this "new plugin" being released?

Presumably when develeoper is happy its resonably stable (Michael ) ,depending on your config which version to run is trial and error. I'm running .10 with no issues at all only crash on 11/12 ,
Hopefully Michael may post a status update soon , but do remember he's  set himself a challenging task , and obviously wants to release a version that surpases previous.  Patience I'm confident it will be worth the  wait.

[crashware] foo_uie_lyrics2

Reply #460
Honestly, if all you want is stability, the last version of TP Wang's component works fine.
http://www.hydrogenaudio.org/forums/index....showtopic=55692

I'm only sticking with lyrics2 0.4.6.8 because it downloads from ailrc.com, even though I get rare freezes (happens when switching from another window to foobar).

[crashware] foo_uie_lyrics2

Reply #461
I kept downgrading from 0.4.6.12. 0.4.6.8 so far didn't cause a crash or a hang.

[crashware] foo_uie_lyrics2

Reply #462
It would be very good, if columns "Uploader", "Downloads", "Rating" (in numbers) for viewlyrics.com in "Online search", like in old foo_uie_lyrics, have returned.

 

[crashware] foo_uie_lyrics2

Reply #463
When can the foo_display_lyrics be released?


[crashware] foo_uie_lyrics2

Reply #465
^ I think it's very likely that there won't be another lyrics plug-in.

Michael87 hasn't logged-in since february. He probably moved on to other things.

[crashware] foo_uie_lyrics2

Reply #466
I did a quick read through the many pages of posts (probably not thoroughly), but didn't find mention a mention of the problem I'm having. 

I just upgraded to foo_uie_lyrics2 v0.4.x.x from an older foo_uie_lyrics v0.3.x.x, and now find lyrics manually searched and downloaded have to be reloaded before they'll be displayed a 2nd time.

Process:

* Run 'Online Search' from the context menu
* Search and download either .lrc or .txt file
* Downloaded lyrics display properly
* Play a different track
* Return and play the track for which the lyrics were just downloaded
* No lyrics are displayed
* Select 'Reload lyrics' from the context menu
* Lyrics are displayed and continue to be displayed after returning to play the track later

After a few tests I've found that:

* The problem exists in versions 0.4.6.9 and above, but not in 0.4.6.7 and 0.4.6.8
* If 'Download and save lyrics automatically' is enabled in versions 0.4.6.9 and above, I don't have the problem

Running:

* Windows 7
* Foobar2000 v1.0

Did I miss discussion on this issue, or is it new?

Thx
TS
Geopoliticus Child Watching the Birth of the New Man

[crashware] foo_uie_lyrics2

Reply #467
This keeps crashing my foobar
I am using the latest version of it on the latest foobar version, on XP SP2.
Any suggestions?

[crashware] foo_uie_lyrics2

Reply #468
Many in this thread have found success using an earlier version

[crashware] foo_uie_lyrics2

Reply #469
Wow, this might just be the best foobar2k plugin ever! It worked right out of the box, with 0 configuration.

[crashware] foo_uie_lyrics2

Reply #470
This keeps crashing my foobar
I am using the latest version of it on the latest foobar version, on XP SP2.
Any suggestions?

Use version 0.4.6.8 for now, which is reported to be stable and can be found here: http://code.google.com/p/foo-display-lyrics/downloads/list

Sadly development seems to have ceased for now, which is a shame as it's such a great plugin.

[crashware] foo_uie_lyrics2

Reply #471
I have write access to SVN and I'll try to stabilize the component, but:
- The component source is a mess
- I'll need all your help
- I'm not an expert developer

In order to find the buggy parts, I'll try to recreate the crash conditions.
When You have a crash please:
- Take screenshots of the settings
- Try to explain what were you doing when the crash happened.
- Define the current lyric's source (Tag, online, directoy)

I've recompiled the source and the binary is in http://code.google.com/p/foo-display-lyrics/downloads/list (foo_uie_lyrics2 version 0.4.6.12 Test_Version)

PD: I don't know how to use crash dumps.

[crashware] foo_uie_lyrics2

Reply #472
Finally, Jano pick up the maintaining of the component. Since 0.4.6.12, I have seldom experienced crashes, I just to say glad to see someone to do this work, thank you.
Would you mind tell us what's your plan and the schedule. As the FB-fans says, the stability is most important.

[crashware] foo_uie_lyrics2

Reply #473
I don't have a plan, I just want It to be stable, I'll start my studies on Monday, so I'll be busy. I don't pretend to continue the developing of the component, because I think (hope) Michael is working on the new version now, and I don't like the source code.

[crashware] foo_uie_lyrics2

Reply #474
I saw foo_uie_lyrics2`s crash on focused FB, after changing track. I think it crashing with trying to search lyric file on folder.
settings:

Lyrics saving as
Code: [Select]
$if(%artist%,%artist% - )$if2(%title%,%_filename%)