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 484608 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

[crashware] foo_uie_lyrics2

Reply #375
Thanks, i didn't see the latest update.

[crashware] foo_uie_lyrics2

Reply #376
Hi!First of all i wont to thank you for the great plugin.

I have a little problem with automatic searching of the lyrics.My entire music collection is in this format 
artist/year, album/tracknumber.artist - title.wav

the problem is that all is in .wav. In the online search options of lyrics the filename is in titlebox

The question is.How can i get the ARTIST and TITLE from filename in that kind of format - tracknumber.artist - title.wav

mhh, i recommend to convert them to another lossless codec like flac or wma lossless. once converted you can automatically generate the artist/title tags from filename with the free tool "Mp3Tag" (works with all formats , not only mp3)

[crashware] foo_uie_lyrics2

Reply #377
I know this options,but this is a huge job.My collection is about 500GB.

I think that there is a options to get tags from filename,but i can't find it

[crashware] foo_uie_lyrics2

Reply #378
in foo_uie_lyrics2 settings -> Online search -> titleformatting for online search you can set the foobar2000 script that generate artist / title to search,

i think you can modify those to do what you want

[crashware] foo_uie_lyrics2

Reply #379
Yes i wont to use exactly that option.But i can,t wright the script

[crashware] foo_uie_lyrics2

Reply #380
Artist:
Code: [Select]
$trim($substr(%filename%, $add($strstr(%filename%,'.'),1) , $sub($strstr(%filename%,'-'), 1)))


Title:
Code: [Select]
$trim($substr(%filename%, $add($strstr(%filename%,'-'),1) , $len(%filename%)))


[crashware] foo_uie_lyrics2

Reply #381
10x Michael.That code display the artist and title,but now it can't find any lyrics.I manual mode too.It say "Found nothing" on each song

[crashware] foo_uie_lyrics2

Reply #382
mak sure you have enabled "if no lyrics found, also query unchecked databases"

if it still does not find anything, you 'll have to wait for 0.4.7.x which will have support for more databases


edit:

if you are connected to the internet with a proxy, make sure to configure it in foo_uie_lyrics2 settings

you can also try to increase the connection timeout value to about 3000 to 4000 ms

[crashware] foo_uie_lyrics2

Reply #383
"if no lyrics found, also query unchecked databases"  is check

I no use proxy

i increase the connection timeout value to about  4000 ms - still nothing.

With the pressing of "search" button immediately is show "Found nothing"

With the previous version (i thing it was 3. . .) all have been OK.In manual mode i found lyrics


EDIT:  Now i try 0.3.3.9 and everything is OK,but 4 still not working

[crashware] foo_uie_lyrics2

Reply #384
hmm two things:

did you try restarting foobar after altering the search pattern?
did you try using "reload lyrics" (in right click menu)?

if foo_uie_lyrics2 does not find any lyrics, it will store this result in its RAM cache until you select "reload lyrics", or several other tracks have been played, or you do a manual search.
so after changing these settings it's best to restart foobar

if you are not using a proxy, make sure to select "do not use proxy server", it may be set to "use ie proxy server setting"

[crashware] foo_uie_lyrics2

Reply #385
Same problem .My foobar is portable and i make archive 7z.Here is the link

|http://www.megaupload.com/?d=UHCLJFF5

If you have time to see what is wrong

[crashware] foo_uie_lyrics2

Reply #386
it works for me

some ideas:

* in "online services" disable everything and only enable "viewlyrics" (the 0.3.3.9 is only using this one) and "if no lyrics found, also query unchecked datbases"

-> maybe your connection to the other databases is bad, and it just takes too long to query them


* in proxy settings change to "do not use proxy server"

* disable "try to display synced lyrics first"

-> this one will need more search queries, because it will ignore non-synced lyrics

[crashware] foo_uie_lyrics2

Reply #387
Still nothing.I keep trying

[crashware] foo_uie_lyrics2

Reply #388
At last cover image size problem is fixed for DUI. I would like to make a small request, the possibility to choose what tipe of cover to display. For instance I would like to see artist cover in background and not the "hardcoded" front cover.

Nice component
LAME 3.100.1 -V0

 

[crashware] foo_uie_lyrics2

Reply #389
Still nothing.I keep trying


i will add some debug code into the next release, so we can get to the cause of this problem


I would like to make a small request, the possibility to choose what tipe of cover to display. For instance I would like to see artist cover in background and not the "hardcoded" front cover.

Nice component ;)


thanks ;)

advanced cover support is planned (ability to choose which to display, possibility to automatically scroll through them)

[crashware] foo_uie_lyrics2

Reply #390
The "no lyrics found" problem seems to be related  to Windows-XP. I will investigate further.

[crashware] foo_uie_lyrics2

Reply #391
When I start Foobar I get this error: Failed to load DLL: foo_uie_lyrics2.dll Reason: The specified procedure could not be found. 

I'm running Foobar 0.9.6 under Windows 7. I've tried several versions but they all seem to give the same error..

[crashware] foo_uie_lyrics2

Reply #392
you need to be running foobar v1.

[crashware] foo_uie_lyrics2

Reply #393
foo_uie_lyrics2 requires at least foobar 1.0

[crashware] foo_uie_lyrics2

Reply #394
Thank you very much for your time and work Michael, i started using the foo_uie_lyrics2 since the 4.6.9.

I have the same freeze problem that was reported by a few people some time ago, but in my case it's not random thing, it happens when i skip tracks really fast (using mouse side buttons  ). I tracked the problem to be foo_uie_lyrics2 by removing and testing plugins.  My conf is foobar 1.0, dui and i noticed this with the 4.6.11 and 4.6.12 versions, i can't say anything about the previous releases since i never managed to play around with them much.

[crashware] foo_uie_lyrics2

Reply #395
The "no lyrics found" problem seems to be related to Windows-XP. I will investigate further.



Yes Michael i use XP SP3 with all update from microsoft.For now i am with 0.3.3.9 version of plugin and all seems to be OK.Only automatic download of the lyrics is not working

[crashware] foo_uie_lyrics2

Reply #396
Thanks for all your hard work, but I am still experiencing random freezes on track change - about one every hour or two. There is no crash report. I'm on XP SP3 with DUI. Freezes require a restart and commonly occur when double click a track to start playback


[crashware] foo_uie_lyrics2

Reply #398
Could you please add  http://www.lyricsmode.com  to your online search.

Also, would it be possible to set the default folder to be that configured in Local File - search path? This would make it easier to add lyrics files and then associate them.

Thanks

[crashware] foo_uie_lyrics2

Reply #399
I seem to be getting a lot of problems where a song will display lyrics from another song (always the same band). And then I need to manually do an online search and then reload lyrics. Anyone have any idea what is happening?