Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner


Reply
 
Share Thread Tools Display Modes
Old 12-07-2006, 03:16 AM   #16
Constant Bitrate
 
Join Date: Mar 2006
Posts: 145
ReflexNPG is on a distinguished road
- the popup comes only one time @ start, and only for 2 seconds - on the other hand, this ocx is stable, and does not produce garbage with id3v2 tags (like RR, Zortam, etc), does not corrupt files and works like a charm. 4 all that i can endure the "ad".

- to get results, your files must have the proper id3v2 tag (but if somebody wants lyrics and his files but he named them track1...track2...then better think about it)

- no lyrics even with the right tags? Write your own search module!

- dont like it? stop trashing the thread and dont use it!
ReflexNPG is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 12-07-2006, 03:39 AM   #17
Super Moderator
 
JohnWPB's Avatar
 
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
JohnWPB is a jewel in the roughJohnWPB is a jewel in the roughJohnWPB is a jewel in the rough
Quote: Originally Posted by ReflexNPG View Post
- the popup comes only one time @ start, and only for 2 seconds - on the other hand, this ocx is stable, and does not produce garbage with id3v2 tags (like RR, Zortam, etc), does not corrupt files and works like a charm. 4 all that i can endure the "ad".

- to get results, your files must have the proper id3v2 tag (but if somebody wants lyrics and his files but he named them track1...track2...then better think about it)

- no lyrics even with the right tags? Write your own search module!

- dont like it? stop trashing the thread and dont use it!

- The ad popped up hera and I had to manually close it.

- I have all of my tags 100% correct. I have spent many, MANY hours over the past months making sure of that. With 18,000 songs, it was a tedious task! I also I did all this in id3v2 tags, then syncronized all that information into the v1 tags.

- It still is just getting like 2% of the songs I throw at it, and adding the lyrics.

- Thanks for all your work on this, but I guess I will just have to go with "option 4"
__________________
Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DigitalFX 4.0 Skin Available at www.JohnWPB.com

My Fiero Build Thread
JohnWPB is offline   Reply With Quote
Old 12-07-2006, 06:45 AM   #18
Constant Bitrate
 
jeffreyd_tx's Avatar
 
Join Date: Sep 2006
Location: Austin, TX
Posts: 200
jeffreyd_tx is an unknown quantity at this point
Quote: Originally Posted by ReflexNPG View Post
- the popup comes only one time @ start, and only for 2 seconds - on the other hand, this ocx is stable, and does not produce garbage with id3v2 tags (like RR, Zortam, etc), does not corrupt files and works like a charm. 4 all that i can endure the "ad".

- to get results, your files must have the proper id3v2 tag (but if somebody wants lyrics and his files but he named them track1...track2...then better think about it)

- no lyrics even with the right tags? Write your own search module!

- dont like it? stop trashing the thread and dont use it!

Not sure if people are trashing your thread. I think it is in the effort to make imporvements, brainstorming. I would be so sensitive about it. But if your app is "as-is" and you have no intention to develop any further, you may want to state that.
jeffreyd_tx is offline   Reply With Quote
Old 12-07-2006, 07:35 AM   #19
Constant Bitrate
 
Join Date: Mar 2006
Posts: 145
ReflexNPG is on a distinguished road
- the app is as it is. I wrote it 4 my needs and i share it, just in case somebody is interessted.

- guess why i made it modular? if somebody is really interested in it, he can use his favorite datasource and make a module 4 it. And maybe he is so generous to post it.

@johnwpb:
no lyrics? if they are not on the site, what are you expecting? if they are and the program does not get them, maybe you've found a bug, so let me know, fix it yourself...or take option 4!

@jeffreyd_tx:
brainstorming? most posters even dont know how it's working and start complaining. (the lyric site brings up an ad popup window on the first call, so why the hell is this the fault of the program?)

------------------------------------
If there are serious proposals, improvements or bug reports, i am glad to know about - but just jelling "it finds only 2%..." is far away from that.
------------------------------------
ReflexNPG is offline   Reply With Quote
Old 12-07-2006, 10:08 AM   #20
Constant Bitrate
 
deus ex machina's Avatar
 
Join Date: Mar 2006
Posts: 136
deus ex machina is on a distinguished road
Quote: Originally Posted by ReflexNPG View Post
the lyric site brings up an ad popup window on the first call, so why the hell is this the fault of the program?

You'd have to using something stupid like an IE control get popups that way. I wrote a class that downloads web pages (without actually rendering them in IE) using the Winsock API, if you want it.
deus ex machina is offline   Reply With Quote
Old 12-07-2006, 10:49 AM   #21
Constant Bitrate
 
Join Date: Mar 2006
Posts: 145
ReflexNPG is on a distinguished road
Quote: Originally Posted by deus ex machina View Post
You'd have to using something stupid like an IE control get popups that way.

sure, but nobody released his superb solution before (or at least i couldnt find it), and that was from my point of view the easiest and fastest way...

Quote: Originally Posted by deus ex machina View Post
I wrote a class that downloads web pages (without actually rendering them in IE) using the Winsock API, if you want it.

- you dont have to use the ie control - just use your control and return the search result - you can do all that in the search module...
- if you want, i can also integrate your class, but i think all search modules must be changed then cause of the different interface.
ReflexNPG is offline   Reply With Quote
Old 12-07-2006, 11:11 PM   #22
Constant Bitrate
 
deus ex machina's Avatar
 
Join Date: Mar 2006
Posts: 136
deus ex machina is on a distinguished road
Try this out. It will probably go a lot faster if you download the text of the page in VB and just use the scripts to parse it. Make sure you have a reference to MSWINSCK.OCX if you try to use these in your project.

Last edited by deus ex machina; 12-09-2006 at 08:56 AM.
deus ex machina is offline   Reply With Quote
Old 12-08-2006, 05:54 AM   #23
Super Moderator
 
JohnWPB's Avatar
 
Join Date: Sep 2005
Location: West Palm Beach, Florida
Posts: 3,745
JohnWPB is a jewel in the roughJohnWPB is a jewel in the roughJohnWPB is a jewel in the rough
my 27 cents worth (Inflation)

Quote: Originally Posted by ReflexNPG View Post
@johnwpb:
no lyrics? if they are not on the site, what are you expecting? if they are and the program does not get them, maybe you've found a bug, so let me know, fix it yourself...or take option 4!

Dude, I was trying to be nice in my last post, and even thanked you for your work. Well... I guess you did not see it that way.

Maybe the rest of us are wrong to make suggestions, report bugs and the like.

A VERY good suggestions was a couple posts back, that if you are offering no support for this, and it is released "As Is" then you should have made that very clear at the beginning as a simple statement.

When something is released, it is typical in these forums for people to make requests, and offer suggestions to improve upon whatever the item is. I have released scripts and skins myself, and have only been able to improve on them from suggestions from others.

In my case, your "plugin" locks my computer tight (3.2 Ghz machine), where the window can not even be dragged, the log stops and stays on one song for an EXTENDED amount of time, and crashes quite frequently. After all that it gets only about 10% of the lyrics at most when it does finally finished with what it was doing.

Lyrics are not available? sorry, thats not it, after running your plugin on a test directory, I ran Zortam on the SAME test directory, and it gets at least 75% of the SAME songs that yours gets maybe 10% of. (with the binary characters /unicode and clutter mixed in unfortunately)
Quote:
brainstorming? most posters even dont know how it's working and start complaining.

My opinion, take the criticism from Liquid Smoke, myself and a few others and learn from it. We DO know computers, custom scripting and programming both inside and outside of RR.

Sure, when something is released, some people will blindly criticize the work that has went into something. But, if you decide to release something to the public, you better damn well be prepared for that and not attack people for their criticism or opinions!

Again, thank you for your work on this, and for sharing, next time, however, you should make it clear that you do not want criticism or suggestions on what you have done and then you will just have "Thank You" posts in your thread..
__________________
Front End of Choice: Ride Runner (Is there anything else??? ) & Powered by the DigitalFX 4.0 Skin Available at www.JohnWPB.com

My Fiero Build Thread
JohnWPB is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 12-08-2006, 06:19 AM   #24
Constant Bitrate
 
Join Date: Mar 2006
Posts: 145
ReflexNPG is on a distinguished road
@deus ex machina:
thx, i will take a look at it

@JohnWPB:
please use zortam
ReflexNPG is offline   Reply With Quote
Old 12-08-2006, 09:52 AM   #25
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
liquid_smoke is on a distinguished road
nice attitude
__________________
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101

beer replenishment fund
http://www.mp3car.com/vbulletin/rr-faq/
mp3car live search

i have joost invites, just hit me up for one.
liquid_smoke is offline   Reply With Quote
Old 12-08-2006, 10:58 AM   #26
Constant Bitrate
 
Join Date: Mar 2006
Posts: 145
ReflexNPG is on a distinguished road
New search module - copy the code 2 the new file "00_lyricsplugin.vbs" into directory searchmodules.
(JohnWPB asked 4 it, but he didnt know what 2 do or he was 2 lazy to do it ...)

Code:
' search lyrics 'by Reflex 2006.12.08 Dim sartist,soldartist,stitle,bFound,sresult,serror 'Set oWscript = WScript 'Set oIe = CreateObject("Internetexplorer.Application") 'sartist = "Prince" 'stitle = "Kiss" 'Call searchtest() Function searchtest() Call search() MsgBox sresult End Function Function dosearch() serror = "" sresult = "" stitle = oSearch.stitle sartist = oSearch.sartist Call search() osearch.sresult = sresult osearch.serror = serror End Function Function sleep(ms) owscript.sleep ms End Function Function search() On Error Resume Next sartist = LCase(sartist) If InStr(stitle, "(") > 0 Then stitle = Left(stitle, InStr(stitle, "(") - 1) End If oie.Navigate "http://www.lyricsplugin.com/plugin/?artist=" & Replace(sartist, " ", "%20") & "&title=" & Replace(stitle, " ", "%20") iReset = 0 'While oIe.busy Do While oie.ReadyState <> 4 Sleep 100 iReset = iReset + 1 If iReset > 1000 Then Exit Do End If Loop Sleep 500 If Len(oie.Document.body.innertext) < 130 + Len(sartist) + Len(stitle) Then serror = "Song not found" Else sresult = LCase(oie.Document.body.innertext) For i = 1 To 2 sresult = Right(sresult, Len(sresult) - InStr(sresult, Chr(10))) sresult = Left(sresult, InStrRev(sresult, Chr(10)) - 2) Next End If End Function

ReflexNPG is offline   Reply With Quote
Old 12-08-2006, 11:38 AM   #27
FLAC
 
Join Date: Jun 2002
Location: Virginia
Posts: 1,432
kbreeden
Quote:
(JohnWPB asked 4 it, but he didnt know what 2 do or he was 2 lazy to do it ...)

That's a funny one. Apparently you haven't been following JohnWPB's work on this forum. We all appreciate your work and willingness to share, but in one short thread you have managed to insult two of the biggest contributors to the forum - Liquid Smoke and JohnWPB.
kbreeden is online now   Reply With Quote
Old 12-08-2006, 11:56 AM   #28
SMKFree
 
liquid_smoke's Avatar
 
Join Date: Aug 2003
Location: Chicago
Posts: 4,841
liquid_smoke is on a distinguished road
eh, i could care less. I just asked a simple question about how it works. For some reason some people always think they are being attacked or criticized when they aren't. Im sure JohnWPB could easily just say the app was crap and that would be enough for a lot of people to just avoid it. Suggestions are made to largely help you or your efforts become better, they shouldn't be taken as insults or trashing your thread. But i do see you have a new search module now
__________________
01101100 01101001 01110001 01110101 01101001 01100100 01011111 01110011
01101101 01101111 01101011 01100101

beer replenishment fund
http://www.mp3car.com/vbulletin/forumdisplay.php?f=93
mp3car live search

i have joost invites, just hit me up for one.
liquid_smoke is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
iGMod Beta 1 release PURDooM Other Cool Stuff 175 12-28-2005 11:17 PM
[SKIN]FPs "Bright Life" (input needed to complete) yunusyu FrodoPlayer 76 06-25-2005 03:59 PM
RELEASE - FreeDrive 0.60 CdRsKuLL FreeDrive 144 06-10-2005 05:45 PM
SpeakEasy Voice Recognition - Release 0.9.1 ruairi Software & Software Development 11 06-03-2005 06:19 PM



All times are GMT -5. The time now is 11:44 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics