Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TnS

Pages: [1]
1
Support / Re: Import from IMDB Not Working
« on: September 20, 2010, 08:46:04 pm »
Please post a log. This sounds like some users (based on location?) are being redirected to the "lab" site. What happens if you change your IMDb user preferences as described here, and add your login to the plugin configuration?

I can't reproduce it because PVD works 99% of the time.

2
Support / Re: Import from IMDB Not Working
« on: September 19, 2010, 07:05:47 pm »
It is probably because of the redesign of IMDb. Here is an example link. These redesign changes are live for me, so the regular link shows me the same page.

3
Support / Sorting is culture-insensitive
« on: February 22, 2009, 09:32:49 pm »
Looks like strings are sorted simply by the Unicode value of the characters instead of culture-sensitive sorting. Please change this. I never programmed in Delphi, but I hope it won't be difficult because for example in C# this is just a parameter.

For example in Hungarian O, U, Ú, Ü, Ő, Ű should be sorted as O, Ő, U, Ú, Ü, Ű.

4
Development / Re: C++ plugin
« on: February 22, 2009, 08:35:49 pm »
Thanks! It works perfectly. :)

I uploaded the working code here. I think it is a good starting point if someone else also wants to make a C++ plugin.

5
Development / C++ plugin
« on: February 21, 2009, 08:58:43 pm »
I made a simple import plugin in C++ but it crashes Personal Video Database right after the splash screen. :)

Tested with version 0.9.8.2 and 0.9.9.4 beta.

PVD calls the following functions before it crashes: GetVersionSupported, CheckPVDVerion, GetType, GetName, GetDescription, CanConfig, GetPluginVersion, GetPluginLanguage, GetName.

First error message:
"Exception EAccessViolation in module viddb.exe at 00006121.
Access violation at address 00406121 in module 'viddb.exe'. Read of address 00000009."

Second error message:
"Unexpected exception:
A call to an OS function failed"

I uploaded the DLL and its source to here. Made with Visual C++ 2008 Express Edition.

Pages: [1]
anything