MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » General Development (no feature request here!)


General Development (no feature request here!) You were able to fix an issue, or improved a feature? Post it here.

Reply
 
Thread Tools Display Modes
Old 2008-01-20, 06:42   #361 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Nice
Age: 30
Posts: 123
Thanks: 4
Thanked 12 Times in 3 Posts

Country:

My System

Default

Hi Noelix,

You are right it is not clear.

All basic programming function are available in VideoConvertorCore (normally uses for TVE2), to enable TVE3 support, you need to install the VideoConvertorClient in MP, this plugin uses the code of VideoConvertorCore

Install VideoConvertorCore and VideoConvertorClient in MP frontend but it is not necessary to setup TVE2 if you use only TVE3. Moreover the encoder binaries are packaged in VideoConvertor.

After in MP TV server you install the VideoConvertor Server plugin.

I wait your feedback on this version 1.0.2 ;-) !!!


Regards
Fabrice
fabriceD06 is offline   Reply With Quote
Old 2008-01-20, 08:59   #362 (permalink)
Portal Member
 
Noelix's Avatar
 
Join Date: Feb 2006
Location: Salt Lake City, UT
Age: 26
Posts: 392
Thanks: 11
Thanked 1 Time in 1 Post

Country:

My System

Send a message via MSN to Noelix
Default

Alright I'm testing a transcode right now, going well so far. I'd like to put in my own request for support for the Monochrome skin which I'm currently using. Low priority on that, obviously, but I'd still love it if it ever got supported! (or tell me how to alter the bluetwo wide ones and I can do it)

Thanks Fabrice
__________________
Noelix is offline   Reply With Quote
Old 2008-01-20, 13:52   #363 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Nice
Age: 30
Posts: 123
Thanks: 4
Thanked 12 Times in 3 Posts

Country:

My System

Default

Quote:
Originally Posted by Noelix View Post
Alright I'm testing a transcode right now, going well so far. I'd like to put in my own request for support for the Monochrome skin which I'm currently using. Low priority on that, obviously, but I'd still love it if it ever got supported! (or tell me how to alter the bluetwo wide ones and I can do it)

Thanks Fabrice

I will add the support of Theme Monochrome , i send you tomorrow theses files.

Thanks for your test

Fabrice
fabriceD06 is offline   Reply With Quote
Old 2008-01-21, 15:49   #364 (permalink)
Portal Member
 
Join Date: Aug 2006
Location: Nuremberg
Age: 20
Posts: 153
Thanks: 5
Thanked 2 Times in 2 Posts

Country:

My System

Default

Hi,

I am also interested in these.
Thx


Regards,
Simon
illStyle is offline   Reply With Quote
Old 2008-01-21, 17:57   #365 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Nice
Age: 30
Posts: 123
Thanks: 4
Thanked 12 Times in 3 Posts

Country:

My System

Default

Hello,

I attached theses files for support of Skin 'Monochrome', extract the content of archive in skin folder Monochrome



Regards
Fabrice
Attached Files
File Type: zip Monochrome.zip (5.8 KB, 11 views)

Last edited by fabriceD06; 2008-01-21 at 18:03.
fabriceD06 is offline   Reply With Quote
This User Say Thank You:
Old 2008-01-21, 20:27   #366 (permalink)
Portal Member
 
Join Date: Aug 2006
Location: Nuremberg
Age: 20
Posts: 153
Thanks: 5
Thanked 2 Times in 2 Posts

Country:

My System

Default

Hello,

thx for the files, looking good. I got one question, though. I tried to translate those files into German which is working quite well. I'm just wodering why I get a "Missing or invalid file:" error when using German Umlauts like "ä,ö,ü". Do you have an idea?


Regards,
Simon
illStyle is offline   Reply With Quote
Old 2008-01-21, 21:01   #367 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Nice
Age: 30
Posts: 123
Thanks: 4
Thanked 12 Times in 3 Posts

Country:

My System

Default

Quote:
Originally Posted by illStyle View Post
Hello,

thx for the files, looking good. I got one question, though. I tried to translate those files into German which is working quite well. I'm just wodering why I get a "Missing or invalid file:" error when using German Umlauts like "ä,ö,ü". Do you have an idea?


Regards,
Simon
When you use special character you need to respect xml character encoding like UTF-8 (describe in file header).
If you add character in file editor after when you save you need to check you save in correct character encoding, PSPPad is very nice editor.

Regards
Fabrice
fabriceD06 is offline   Reply With Quote
Old 2008-01-22, 07:38   #368 (permalink)
Portal Member
 
Join Date: Apr 2007
Posts: 78
Thanks: 43
Thanked 8 Times in 8 Posts

Country:

My System

Default

Hi
Awesome plugin you have made.

I have one problem im using this with TVE3 and i have set it so after its encodes the recorded tv mpeg to XviD it deletes the original file but it also deletes the .xml with the info about the show i recorded and deletes the .txt file that was created with comskip that i use to skip the commercials.
fo0d is offline   Reply With Quote
Old 2008-01-22, 11:51   #369 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Nice
Age: 30
Posts: 123
Thanks: 4
Thanked 12 Times in 3 Posts

Country:

My System

Default

Quote:
Originally Posted by fo0d View Post
Hi
Awesome plugin you have made.

I have one problem im using this with TVE3 and i have set it so after its encodes the recorded tv mpeg to XviD it deletes the original file but it also deletes the .xml with the info about the show i recorded and deletes the .txt file that was created with comskip that i use to skip the commercials.
Hello,

thanks for your feedback. Normally the plugin dellete only the input file (i checked the code) in log file of TVE3 server (tv.log) you can see a line like this

[GenericTranscoder] Cleanup Action new file name " <OUTPUTFILE>" and delete old " <INPUTFILE.TS or MPG>

Can you post please the log of TVE3 server

Regards
Fabrice
fabriceD06 is offline   Reply With Quote
Old 2008-01-23, 02:14   #370 (permalink)
Portal Member
 
Join Date: Apr 2007
Posts: 78
Thanks: 43
Thanked 8 Times in 8 Posts

Country:

My System

Default

Quote:
Originally Posted by fabriceD06 View Post
Quote:
Originally Posted by fo0d View Post
Hi
Awesome plugin you have made.

I have one problem im using this with TVE3 and i have set it so after its encodes the recorded tv mpeg to XviD it deletes the original file but it also deletes the .xml with the info about the show i recorded and deletes the .txt file that was created with comskip that i use to skip the commercials.
Hello,

thanks for your feedback. Normally the plugin dellete only the input file (i checked the code) in log file of TVE3 server (tv.log) you can see a line like this

[GenericTranscoder] Cleanup Action new file name " <OUTPUTFILE>" and delete old " <INPUTFILE.TS or MPG>

Can you post please the log of TVE3 server

Regards
Fabrice
I have attached before and after screenshots of the folder and have attached the tv.log.

fo0d
Attached Files
File Type: rar screenshots and log.rar (131.8 KB, 4 views)
fo0d is offline   Reply With Quote
Reply

Bookmarks

Tags
plugin, transcoding, video

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
Cutting and transcoding, - please help Dadane General Support 0 2007-01-29 07:34
Transcoding filters etc dman_lfc Tips and Tricks 11 2007-01-25 15:33
Transcoding options Khris Improvement Suggestions 3 2006-03-08 21:53
Transcoding tthomas Improvement Suggestions 3 2005-06-20 11:28
Update Core.Transcoding to handle more in / out formats sporktastic Improvement Suggestions 9 2005-03-17 23:51


All times are GMT +1. The time now is 08:21.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden