ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

r4r - Lightweight media player

<< < (2/3) > >>

fowmow:
Dammit!  You just wanted to see me use an odd number.

7.  Saving custom lyrics overwrites the ".mp3.txt" file.  Thereby only one song can have custom lyrics.

Subsequently lyrics aren't even loaded with the file that was selected when the custom lyrics were saved.

Was ".mp3.txt" intentional or was it supposed to be "name.mp3.txt?"

8.  What parameters are you using to search AZLyrics and AbsoluteLyrics?  As it stands, I have fed MP3s with valid ID3v1 and v2 information and it finds no lyrics.  I also used popular songs, both of which I identified at those sites (which means they should have been found).

9.  It would be lovely if there were a method to turn off automatic searching of those lyrics sites.  Or to fire them separately.  As it stands, if I search one I cannot simply go to the other.  I have to restart the song to search anew.

10.  Back to the network problem... something is seriously jacked in that application.  I added the program to my firewalls whitelist and it made the same "unknown attempt," yet that was it.  No network activity at all.

I refuse to let the odd numbers have their way with me.

ronriel:
Thank you for the feedback fowmow.

Your suggestions are really helpful. I will do the fix when I have time. Time. I'm not sure if I can find the time. I only do Autoit on my free time (that, I don't currently have - too much pressure from my new job.)

Anyway, I'd like to answer some of your questions.

You used nothing else aside from the AutoIt programming language to create this?

--- End quote ---
Yes.


but when I attempted to retrieve lyrics from one of the two sites mentioned, my firewall was not alerted to its activity in normal fashion.

--- End quote ---
I think your firewall is not alerted because the script just uses your Internet Explorer (Hidden), navigate to the lyrics sites and retrieve the lyrics from there. So it's just like you browsing to the site and copying the lyrics for the song.
simple but it works (i hope).


I can only guess that AutoIt does something a little oddball in that respect?

--- End quote ---
No. Nothing oddball.


Was ".mp3.txt" intentional or was it supposed to be "name.mp3.txt?"

--- End quote ---
It was intentional. I just want it to be named "name.mp3.txt?" :D. Well the reason behind is that I was using LeoLyrics Plugin for Winamp. It's stores lyrics in the same fashion ("name.mp3.txt?") so I also named my lyrics files that way so my player can also easily load lyrics that Leoslyrics plugin have stored.
      note: naming is actually like this - "media filename.txt"


What parameters are you using to search AZLyrics and AbsoluteLyrics?  As it stands, I have fed MP3s with valid ID3v1 and v2 information and it finds no lyrics.  I also used popular songs, both of which I identified at those sites (which means they should have been found).
--- End quote ---
What the program actually do is navigate to the site (using Internet Explorer). Internet explorer loads the webpage.
After 15 seconds the program checks back on the the page. If the lyrics is found, it displays it and saves it on a file on you hard disk. Stored lyrics are displayed the next time you play the song so that the program does not have to search for the lyrics everytime the same song is played.
However if you have a slow internet connection or for some other reason the webpage is not (fully) loaded under 15 secs then the program says "lyrics not found".
I am looking for a way around this problem. I can make the program wait until the (lyric site) webpage is fully loaded but the whole GUI freezes during the time it is waiting. Or I can set a longer time (not 15 sec) before it checks back on the webpage but sometimes, it would be impratical because I can usually load the page in less than 10 seconds.  The program will still display "searching" for many more seconds when it's actually not searching but waiting until the timeout ends.
If you know Autoit, then maybe you understand why the program pauses while it waits for the webpage to finish loading. :D


It would be lovely if there were a method to turn off automatic searching of those lyrics sites.  Or to fire them separately.  As it stands, if I search one I cannot simply go to the other.  I have to restart the song to search anew.

--- End quote ---
Yes it would be lovely. In fact, I have finished coding that part. I'm just not sure when I can finish everything for the next release. ;)


Back to the network problem... something is seriously jacked in that application.  I added the program to my firewalls whitelist and it made the same "unknown attempt," yet that was it.  No network activity at all.
--- End quote ---
I would like to make it clear to you and everybody else. Nothing is jacked in this application.
If you want to prevent it from connecting to the internet, you can block Internet Explorer.
But there's an easier way, just close the program's lyrics window. :)


Please let me know if you find anything wrong (bugs) or if you want something to be added to it. Just remember, I want to keep it as simple as it is.
Thanks again fowmow :).




Cheers!

fowmow:
Wow, you're going to love this.  I opened it back up to play with it a bit more and this is what I saw:

ronriel:
@fowmow

Let me guess. You are using the "classic theme" on your windows. Well, that is obvious. :)
But i think it is the reason why the buttons are 'blank'.
Truth is, I haven't noticed that until i have finished coding. I designed my GUI while using the windows XP default 'Luna Theme'. But that will also be fixed.

Thank you fowmow. :)

jgpaiva:
It looks like the images are missing, aren't them?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version