Personal Video Database

English => Development => Topic started by: sultan on November 02, 2012, 02:09:57 pm

Title: Writing Export Plugin
Post by: sultan 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
Title: Re: Writing Export Plugin
Post by: svenne on November 11, 2012, 12:52:09 pm
Hi!

Are you looking for this (export templates)?...
http://www.videodb.info/help/hlp_export.html (http://www.videodb.info/help/hlp_export.html)

If you want to write a c++ plugin (http://www.videodb.info/forum_en/index.php/topic,1211.0.html)... for export I did not find any examples or information here myself. Would be nice if someone had suggestions, of course. But you can do quite a lot with templates.
Title: Re: Writing Export Plugin
Post by: sultan 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.
Title: Re: Writing Export Plugin
Post by: svenne on November 22, 2012, 12:14:16 pm
Ok, I don't think it's possible either, because you're in need of binary and hexadecimal encoding, am I right?
Well, you could export all data needed in text format and process that with another programm/an executable you wrote in Delphi...
A "real" plugin doing the job in one step would be nicer, of course.
Title: Re: Writing Export Plugin
Post by: sultan 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
Title: Re: Writing Export Plugin
Post by: sultan on January 22, 2013, 10:48:49 am
Is anybody out there, who could help me out?

Thanks
Title: Re: Writing Export Plugin
Post by: nostra on April 11, 2013, 11:54:54 pm
Sorry for the late reply. I have somehow overseen this topic.

I have attached source of the Media Portal Export plugin. I hope it helps.
Please tell me if you need smth explained or if you need any more sources-

[attachment deleted by admin]