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 - sultan

Pages: [1]
1
Development / Re: Writing Export Plugin
« on: January 22, 2013, 10:48:49 am »
Is anybody out there, who could help me out?

Thanks

2
Development / Re: Writing Export Plugin
« on: December 28, 2012, 02:02:11 pm »
Hello Nostra?

Are You here? Could You provide me some infos in this case? I can't manage my tag files manually any more, so I need this export plugin. I want to write it myself but I found no infos here about the export plugins, only about import. I already made an import plugin for the hungarian site filmkatalogus.hu. I use it now since many months, so I am willing to release it to the community.

Thanks,
Sultan

3
Development / Re: Writing Export Plugin
« on: November 11, 2012, 07:23:59 pm »
Hi!

I would like to write an export plugin in Delphi to export movie data as an ID3-file (= TAG-File for the Netgear Eva 8000). I suppose with the export templates this is not possible, but I'm not sure.

4
Development / Writing Export Plugin
« on: November 02, 2012, 02:09:57 pm »
Hello!

Did anybody write an export plugin? I didn't find any documentation and any examples on how to write an export plugin. For import there are many infos, but for export I did not find enough info to get started.

Thanks,
Sultan

5
Support / Re: .TAG File format for Netgear
« on: October 30, 2012, 11:19:27 pm »
Hello again!

Where can I find an example for an export plugin? For import there are plenty, but for export I didn't find anything.

Thanks,
Sultan

6
Support / Re: .TAG File format for Netgear
« on: January 07, 2012, 10:36:02 am »
Hi @All!

Did you find some time for this feature? If not, can you send me the infos about the file format? Then I could try to write an export plugin myself.

Thanks!

7
Development / Re: New Plugin: Awards recipients
« on: September 14, 2011, 07:12:05 am »
Thanks again, that worked.

8
Development / Re: New Plugin: Awards recipients
« on: September 12, 2011, 08:35:24 pm »
Thank you, that worked. I only have one little issue regarding awards: what, if there are more names to a category (more persons share one award)? If this happens, my result is very strange. For the most entries, PVD shows only one person to the award, but sometimes (for the same movie), it shows all (the two in this case). So I get 9 awards and the fifth is ok but the others only show one name.
A second question: is it possible to store URLs to the persons in the awards section (like in the actors section)?

Thanks again for any help!

9
Development / Re: New Plugin: Awards recipients
« on: June 15, 2011, 01:48:53 pm »
My problem is, that I don't know, what XML structure PVD expects for awards. I know, that it is possible to set multiple fields (year, award type, won or not etc.). Almost everything works, but I can't add the persons behind the awards. So I would like to get some documentation on the XML structure, that PVD expects. I searched everywhere where I could, but didn't find anything on this subject.
It seems, tha only nostra could help, but he is away. :-(

10
Development / Re: New Plugin: Awards recipients
« on: June 12, 2011, 05:54:23 pm »
Is nobody on this forum, who developed an import plugin for PVD and knows the expected xml-structure for the Awards section?

11
Development / New Plugin: Awards recipients
« on: May 22, 2011, 09:04:31 pm »
Hi!

I am trying to write a new import plugin for this great piece of software called PVD. It works already quite well, but I have a little problem with the awards section. What is the expected XML-structure?  (I did not find anything in the samples or the forum.) Here is my current implementation, which does not work (but only the recipients part, the rest is ok):

<awards>
   <award>
      <year>1980</year>
      <event>Oscar</event>
      <cat>a legjobb vizuális effektusok</cat>
      <result>true</result>
      <recipients>
         <person>
            <name>Carlo Rambaldi</name>
            <url>http://www.filmkatalogus.hu/Carlo-Rambaldi--sz23280</url>
         </person>
         <person>
            <name>Denys Ayling</name>
            <url>http://www.filmkatalogus.hu/Denys-Ayling--sz23283</url>
         </person>
      </recipients>
   </award>
   <award>
      <year>1980</year>
      <event>Oscar</event>
      <cat>a legjobb látványtervezés</cat>
      <result>false</result>
      <recipients>
         <person>
            <name>Michael Seymour</name>
            <url>http://www.filmkatalogus.hu/Michael-Seymour--sz22008</url>
         </person>
         <person>
            <name>Ian Whittaker</name>
            <url>http://www.filmkatalogus.hu/Ian-Whittaker--sz22010</url>
         </person>
      </recipients>
   </award>
   <award>
      <year>1980</year>
      <event>Golden Globe</event>
      <cat>a legjobb eredeti filmzene</cat>
      <result>false</result>
      <recipients>
         <person>
            <name>Jerry Goldsmith</name>
            <url>http://www.filmkatalogus.hu/Jerry-Goldsmith--sz22274</url>
         </person>
      </recipients>
   </award>
</awards>


I would really appreciate some help in this case.

Thanx,
sultan

Pages: [1]
anything