Search found 16 matches

by aramp
Fri Jun 23, 2006 3:42 am
Forum: Feature Requests
Topic: Drag&Drop of track lists from web sites for CDPedia
Replies: 4
Views: 8973

Agree, then for the first stage opening the page inside Pedia and providing some manual way of pasting text into fields would also be great.
by aramp
Thu Jun 22, 2006 1:04 pm
Forum: Support
Topic: Writing plugins
Replies: 22
Views: 34739

Thanks for the hint on z39.50, I totally missed the name of the collection after the slash... I was actually wondering where to put that info. I am now all set to browse the catalogue of the Russian State Library, which is more than enough for me, and it works very fast. The only issue is that BookP...
by aramp
Mon Jun 19, 2006 6:06 am
Forum: Feature Requests
Topic: Drag&Drop of track lists from web sites for CDPedia
Replies: 4
Views: 8973

As a follow up to the original idea: the page could actually be loaded into Pedia and then manual mark-up procedure could be implemented for other fields as well. There sould be a small toolbar with field names. The user selects the field contents on the image and then clicks the field name on the t...
by aramp
Mon Jun 19, 2006 6:01 am
Forum: Feature Requests
Topic: Drag&Drop of track lists from web sites for CDPedia
Replies: 4
Views: 8973

Drag&Drop of track lists from web sites for CDPedia

There are numberous CD's from niche labels that can not be found in large repositories (such as Amazon), but could be easily located on the publisher's site. Writing a plugin for each publisher could be hard. Would be good if CDPedia would intelligently process the HTML drag&drop of the list fro...
by aramp
Mon Jun 19, 2006 5:51 am
Forum: Support
Topic: Writing plugins
Replies: 22
Views: 34739

I look through my own post and understood that I have used wrong wording. You normally don't need to rotate the image, it is possible to build a histogram without that, just by shifting pixels on each row before couting them .
by aramp
Mon Jun 19, 2006 5:47 am
Forum: Support
Topic: Writing plugins
Replies: 22
Views: 34739

Thanks. As to binarization: that's converting the full-color image camera yealds to black and white, because most of the algorithms in recognition deal with b&w. It is important to make the conversion purpousfully, which is not easy. Probably a good idea would be to focus on the center of the im...
by aramp
Fri Jun 16, 2006 1:06 pm
Forum: Support
Topic: Writing plugins
Replies: 22
Views: 34739

I think mentioning me as a developer of the plug-in is kind of too much. I only wrote a small part of the code. It would be more correct to say something like "with contribution of" or alike. When you are revisiting the page next time, and you are in a good mood for few more keystrokes, I ...
by aramp
Thu Jun 15, 2006 5:15 pm
Forum: Support
Topic: Writing plugins
Replies: 22
Views: 34739

I have uploaded the (hopefully) final source to here . Tried tonight with about 40 CD's, worked well. The recommendation will be to sort the CD's by the date added. Then it is quite easy to find the just added CD in the list. Would be nice if there would be a way to tell CDPedia to select the laters...
by aramp
Thu Jun 15, 2006 1:46 pm
Forum: Support
Topic: Writing plugins
Replies: 22
Views: 34739

Yes, you are right, it was all because of caching on our corporate proxy... Now I have managed to get the updated file. Thanks a lot. And thank you for giving me a chance to finalize things a little. It's just a formality, anyway, after how you polished the things on your own. As soon as I am finish...
by aramp
Thu Jun 15, 2006 5:24 am
Forum: Support
Topic: Writing plugins
Replies: 22
Views: 34739

It looks like the link you posted is to the original version of the code you initially posted. Am I wrong?
by aramp
Thu Jun 15, 2006 2:12 am
Forum: Support
Topic: Writing plugins
Replies: 22
Views: 34739

Turned to be relatively easy

I managed to make AppleScrit communicate with the program that calls the script. If anyone is interested, I have put the project made by Conor with my modifications here.

I only need a hint now on how to pass the track data to CDPedia from the plug-in. It is not quite obvious from the code sample.
by aramp
Tue Jun 13, 2006 4:14 pm
Forum: Support
Topic: Writing plugins
Replies: 22
Views: 34739

Great, thanks for helping me out with this effort. I was actually able to make XCode stop but only by explicitly calling Debug() function. It stopped, then fell into a disassembled code, without any chance to sync it with the original code. Because I am used to VC on PC's, this is quite strange for ...
by aramp
Tue Jun 13, 2006 2:51 am
Forum: Support
Topic: Writing plugins
Replies: 22
Views: 34739

Here is the first obstacle: I have found no way to debug the plug-in. :( I tried different ways (creating symbolic link from the CDPedia's "Plug-ins" folder to the plug-in bundle folder, compiling the bundle directly into CDPedia's "Plug-ins" folder). In all the scenarios XCode d...
by aramp
Mon Jun 12, 2006 12:14 pm
Forum: Support
Topic: Writing plugins
Replies: 22
Views: 34739

Dear Conor, Thank you very much for being so prompt. I am not very good in AppleScript either, just starting :). It is much more comfortable for me to deal with C++ kind of things. So I will try a little more with AppleScript encased into the Objective C code. If that doesn't provide fast results, I...
by aramp
Sat Jun 10, 2006 6:32 am
Forum: Support
Topic: Writing plugins
Replies: 22
Views: 34739

The AppleScript is so simple I can post it to here right away: tell application "iTunes" set doRepeat to true repeat while doRepeat is equal to true try set myCD to some source whose kind is audio CD set doRepeat to false on error erMs number erNum -- error 1728 means the AudioCD was not f...