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: Lyrics Show Panel (Modified version) (Read 490024 times) previous topic - next topic
0 Members and 5 Guests are viewing this topic.

Lyrics Show Panel (Modified version)

Reply #150
Now it works ok with no crash for tow days now
I don't know the reason
I just replace zlib1.dll file from the one in the zip pack of litestep
zlib1.dll


Thanks for your hint.

At first, thanks for improving of such useful plugin 

But I noticed, that tags in "Search path" isn't working. Lyrics is being searched in dir like "e:\music\texts\%artist%" but not in  "e:\music\texts\trivium" for example. And I think, it would be better to include search path in filename presets with option "Number of subdirs to process" (see Lyrics show Panel).


Yes, it's a bug, I'll fix it in the next release.

Lyrics Show Panel (Modified version)

Reply #151
Foobar crashed when I accidentally opened a lrc file encoded in unicode big edian - no idea what happened, it just hung there, the panel kept scrolling too (showing gibberish).
:)

Lyrics Show Panel (Modified version)

Reply #152
Hi T.P Wang,

with your really nice component, I have a small problem. If there is noch LYRICS-Tag found it automatically searches for the lyric in the internet and most of the time finds it. It however seems, that the lyric isn't saved. Neither into the tag, nor to the harddisk, if specified.

Could you please check this?

Thanks

Lyrics Show Panel (Modified version)

Reply #153
At first, thanks for improving of such useful plugin 

But I noticed, that tags in "Search path" isn't working. Lyrics is being searched in dir like "e:\music\texts\%artist%" but not in  "e:\music\texts\trivium" for example. And I think, it would be better to include search path in filename presets with option "Number of subdirs to process" (see Lyrics show Panel).
 
Thank you.
I've add an option like that and fix the titleformating problem in "Search path"
Try to get the latest DEV version HERE

Foobar crashed when I accidentally opened a lrc file encoded in unicode big edian - no idea what happened, it just hung there, the panel kept scrolling too (showing gibberish).
Thanks, I've just add some code to convert BE to LE in the latest DEV version, since it's not tested enough, there may some other problems on reading Unicode BE lyric files. HERE

Hi T.P Wang,

with your really nice component, I have a small problem. If there is noch LYRICS-Tag found it automatically searches for the lyric in the internet and most of the time finds it. It however seems, that the lyric isn't saved. Neither into the tag, nor to the harddisk, if specified.

Could you please check this?

Thanks

It's because the fb2k shut down before writting LYRICS tag to files. It's fixed in the latest DEV version. HERE
EDIT: The problem still occurs, I may change some method to update files' tag

Lyrics Show Panel (Modified version)

Reply #154
Thank you for the newest DEV version of your panel T.P Wang! It fixed my lyrics scroll problem because my timestamps were different . I am now using your component as my main lyrics display .

EDIT:
I spoke to soon lol

I am having a bit of trouble with the lyrics showing up in the incorrect order. It happens with a few of my songs, but I don't notice a pattern or anything. It's an MP3 file, correct header and everything, and the lyrics are timestammped in the file itself (under the %lyrics% tag).

The first few lines of my lyrics are:
Code: [Select]
[00:16:62]all you've been asking for has been placed in front of you. 
[00:24:13]the headaches, the shaking, the boredom the boardroom brings.
[00:31:81]you're scratching at itching, brought by the spiders beneath your skin.
[00:39:64]the answer in question is over before it begins.

But the lyrics panel shows them as this:
Code: [Select]
the headaches, the shaking, the boredom the boardroom brings. 
all you've been asking for has been placed in front of you.
the headaches, the shaking, the boredom the boardroom brings.
you're scratching at itching, brought by the spiders beneath your skin.

The lyrics don't scroll for the first 1:30 or so of the song, and then when these lyrics repeat themselves, they do scroll. I can upload the single song if that would help debug this issue?
Song List: keikoniumboards.ke.funpic.org/files/songlist.html

Lyrics Show Panel (Modified version)

Reply #155
T.P Wang :In the last dev version, every time track changes the background goes back to white(no transparent background). I have to go to the settings and press ok to get it back to the correct color.

Lyrics Show Panel (Modified version)

Reply #156
Thank you for the newest DEV version of your panel T.P Wang! It fixed my lyrics scroll problem because my timestamps were different  . I am now using your component as my main lyrics display  .

EDIT:
I spoke to soon lol

I am having a bit of trouble with the lyrics showing up in the incorrect order. It happens with a few of my songs, but I don't notice a pattern or anything. It's an MP3 file, correct header and everything, and the lyrics are timestammped in the file itself (under the %lyrics% tag).

The first few lines of my lyrics are:
Code: [Select]
[00:16:62]all you've been asking for has been placed in front of you. 
[00:24:13]the headaches, the shaking, the boredom the boardroom brings.
[00:31:81]you're scratching at itching, brought by the spiders beneath your skin.
[00:39:64]the answer in question is over before it begins.

But the lyrics panel shows them as this:
Code: [Select]
the headaches, the shaking, the boredom the boardroom brings. 
all you've been asking for has been placed in front of you.
the headaches, the shaking, the boredom the boardroom brings.
you're scratching at itching, brought by the spiders beneath your skin.

The lyrics don't scroll for the first 1:30 or so of the song, and then when these lyrics repeat themselves, they do scroll. I can upload the single song if that would help debug this issue?
Thank you....
It's a CRITICAL bug which may corrupt lyrics files.
I've fixed that, try to get the latest DEV version, Thanks again.
And now I think it'll read the lyric panel format correctly.

T.P Wang :In the last dev version, every time track changes the background goes back to white(no transparent background). I have to go to the settings and press ok to get it back to the correct color.
Try to download the latest DEV version

 

Lyrics Show Panel (Modified version)

Reply #157
Hi T.P Wang,

unfortunatelly the LYRICS-Tag still is not added in the newest dev-build.

bye

Lyrics Show Panel (Modified version)

Reply #158
Hi T.P Wang,

unfortunatelly the LYRICS-Tag still is not added in the newest dev-build.

bye


So, using metadb_io_v2 seems not work on initquit::on_quit()..............
I've changed to metadb_io so it works 

HERE is the newest dev-build

Regards.

Lyrics Show Panel (Modified version)

Reply #159
Thanks for the last build TPWang, i dont have background color problems anymore

Lyrics Show Panel (Modified version)

Reply #160
The link to the latest development build seems to be broken. Here the right one

Lyrics Show Panel (Modified version)

Reply #161
So, using metadb_io_v2 seems not work on initquit::on_quit()..............
I've changed to metadb_io so it works

It does not work, because you are launching a background tag update while the program is exiting; that implicitly aborts all background processes.

Lyrics Show Panel (Modified version)

Reply #162
The latest DEV version broke the lyric panel format ([00:27:27]) that you added support for a little while ago. No more scrolling .
Song List: keikoniumboards.ke.funpic.org/files/songlist.html

Lyrics Show Panel (Modified version)

Reply #163
Any idea to provide a better Japanese or Chinese support???

I cannot find the lyrics of Japanese or Traditional Chinese named songs in Traditional Chinese windows directly.

Lyrics Show Panel (Modified version)

Reply #164
So, using metadb_io_v2 seems not work on initquit::on_quit()..............
I've changed to metadb_io so it works

It does not work, because you are launching a background tag update while the program is exiting; that implicitly aborts all background processes.


Thanks, foosion.
I'll find another way to update tags...

Hi T.P Wang,

unfortunatelly the LYRICS-Tag still is not added in the newest dev-build.

bye

From the newest DEV build [Aug  8 2007 - 18:28:24], I've add a menu item called "Update tags..." to update these tags manually for workaround.

The latest DEV version broke the lyric panel format ([00:27:27]) that you added support for a little while ago. No more scrolling  .
 
I've uploaded the newest dev build that may solve your problem.
If you are still meeting this problem please post the whole lyrics, thanks
Download HERE

Any idea to provide a better Japanese or Chinese support???

I cannot find the lyrics of Japanese or Traditional Chinese named songs in Traditional Chinese windows directly.


Sorry, but I've no idea about a good online db providing Chinese and Japanese lyrics.

EDIT: Fix the link. Thanks Chaser.


Lyrics Show Panel (Modified version)

Reply #166
And I think, it would be better to include search path in filename presets with option "Number of subdirs to process" (see Lyrics show Panel).
I've add an option like that and fix the titleformating problem in "Search path"
Thanks for the bugfix, tags work fine now.
But option you added is not exactly what I asked. I meant the each "Lyric Filename" preset should include fields like that:
- Name - name of the preset
- Filename - template for the filename
- Directory - template for the directory name, option for subdirectory inclusion
- Maybe also Match Error Level
For example, you will be able to use this presets:
(Name: Filename (Error Level) : Dirname (Subdirs Inclusion))
1. IsAlbum: %track% - %title% (10%) : texts\%artist%\%date% - %album% (0)
2. IsSingle: %title% (30%) :  texts\%artist% (0)
3. Other: %title% (50%) : texts (2)
So, search would be more effective.

Find a strange bug - number of subdirs to include can't be saved. It has been always replaced with "0".

Lyrics Show Panel (Modified version)

Reply #167
NVM... what a waste of a of a first post. However, I REALLY enjoy this component!

Lyrics Show Panel (Modified version)

Reply #168
is the source code available? if so please give me the link, thanks.

Lyrics Show Panel (Modified version)

Reply #169
The link to the latest version doesn't seem to work.
The version I have is "Lyric Show Panels 0.3.1.1b8 DEV [Aug  8 2007 - 18:28:24]" and the timestamp scrolling is broken. The scrolling support that was added by my request doesn't seem to work anymore.
Song List: keikoniumboards.ke.funpic.org/files/songlist.html

Lyrics Show Panel (Modified version)

Reply #170
Can I scroll (with my mouse) to another part of the lyric?

Lyrics Show Panel (Modified version)

Reply #171
And I think, it would be better to include search path in filename presets with option "Number of subdirs to process" (see Lyrics show Panel).
I've add an option like that and fix the titleformating problem in "Search path"
Thanks for the bugfix, tags work fine now.
But option you added is not exactly what I asked. I meant the each "Lyric Filename" preset should include fields like that:
- Name - name of the preset
- Filename - template for the filename
- Directory - template for the directory name, option for subdirectory inclusion
- Maybe also Match Error Level
For example, you will be able to use this presets:
(Name: Filename (Error Level) : Dirname (Subdirs Inclusion))
1. IsAlbum: %track% - %title% (10%) : texts\%artist%\%date% - %album% (0)
2. IsSingle: %title% (30%) :  texts\%artist% (0)
3. Other: %title% (50%) : texts (2)
So, search would be more effective.

Find a strange bug - number of subdirs to include can't be saved. It has been always replaced with "0".

The request feature will be applied and the bug will be fixed later.

is the source code available? if so please give me the link, thanks.

I'll only update the source since I've finished some major stuff.
You can find v0.3.1.1b4 source HERE

The link to the latest version doesn't seem to work.
The version I have is "Lyric Show Panels 0.3.1.1b8 DEV [Aug  8 2007 - 18:28:24]" and the timestamp scrolling is broken. The scrolling support that was added by my request doesn't seem to work anymore.

Have you tried the latest 0.3.1.1b8 DEV [Aug 11 2007 - 16:49:37] ?
And can you post the broken lyric text?

Can I scroll (with my mouse) to another part of the lyric?

You can scrool with your mouse on non-timestamped lyrics only.

Lyrics Show Panel (Modified version)

Reply #172
0.3.1.1b8 DEV [Aug 11 2007 - 16:49:37]
There are some problems with this panel. It can't auto adjust size following foobar2000's main window,especially at new song played.

Lyrics Show Panel (Modified version)

Reply #173
I'd love to have the default network settings changed in this panel .. I screen where I can select network settings like proxy authorisation and all (like those in audioscrobbler plugin) will be great ..

Lyrics Show Panel (Modified version)

Reply #174
Any idea to provide a better Japanese or Chinese support???

I cannot find the lyrics of Japanese or Traditional Chinese named songs in Traditional Chinese windows directly.


http://www.51lrc.com/index.htm <- tried that one?



Anyhow, to my question: would it be possible to save the files downloaded in UTF-8 instead of ANSI, my japanese lyrics ends up being garbled and i have to save them in utf-8 myself :\