MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

View Poll Results: Do you need a plugin for creating thumbnails?
Yes 79 86.81%
No 4 4.40%
I dont know 8 8.79%
Voters: 91. You may not vote on this poll

Reply
 
Thread Tools Display Modes
Old 2008-06-20, 17:35   #11 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,813
Thanks: 179
Thanked 90 Times in 76 Posts

Country:

My System

Default

Works very well here. Thanks!
It does delay MP startup - esp. first time, though.

Anyway: Great work! If it hadn't been for the feature freeze (and the rather large file size), this should be implemented.

You should make it available in the repository.
__________________
Please read -> HOW TO START A SUPPORT THREAD !!!
Support MediaPortal! Donate by clicking HERE
Dedicated HTPC board (Norway) -> MSPC.no
Spragleknas is offline   Reply With Quote
Old 2008-06-20, 20:23   #12 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg, Switzerland
Age: 35
Posts: 696
Thanks: 6
Thanked 54 Times in 13 Posts

Country:

My System

Default

Quote:
Originally Posted by Spragleknas View Post
Works very well here. Thanks!
It does delay MP startup - esp. first time, though.

Anyway: Great work! If it hadn't been for the feature freeze (and the rather large file size), this should be implemented.

You should make it available in the repository.
thank you Spragleknas for your feedback, i will at a checkbox for scaning the folder at start up or a button for initial scan - the plugin scans on every start the video folder for movies without thumbs

have you a tip for me how to compile the tvplugin correctly or is anywhere in the wiki univers a document that hints me?

thx
MoPhat
MoPhat is offline   Reply With Quote
Old 2008-06-20, 20:41   #13 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,813
Thanks: 179
Thanked 90 Times in 76 Posts

Country:

My System

Default

"have you a tip for me how to compile the tvplugin correctly"
I dpn't understand what/why you are asking ...
__________________
Please read -> HOW TO START A SUPPORT THREAD !!!
Support MediaPortal! Donate by clicking HERE
Dedicated HTPC board (Norway) -> MSPC.no
Spragleknas is offline   Reply With Quote
Old 2008-06-20, 22:33   #14 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg, Switzerland
Age: 35
Posts: 696
Thanks: 6
Thanked 54 Times in 13 Posts

Country:

My System

Default

ok, if have downloaded the actuall svn... if i compile the tvplugin (without code change) all is fine, but when i use this and go to the recorded section the list is empty (?) - if i use the pre compiled version all is fine (!)

is there a tutorial how to compile this correct?

thx
MoPhat
MoPhat is offline   Reply With Quote
Old 2008-06-20, 22:57   #15 (permalink)
Portal Designer
 
Inker's Avatar
 
Join Date: Dec 2004
Posts: 1,560
Thanks: 35
Thanked 134 Times in 58 Posts

My System

Default

MoPhat, is there a way you can expose the thumbnailing functionality programatically? I'm thinking for TV-Series plugin, while most episodes have a handpicked episode thumbnail available from the online db, some lesser known shows don't. Could be nice to generate those automatically then. What's the perf like (sorry havent had a chance to try yet)?

Basically I just need a way to know if the user had installed your plugin, and then a way to call a method to you, something like
Quote:
Image ExtractThumbnail(string filename, int secondsInMovie, Size thumbnailSize)
Any thoughts?
__________________

There are only two industries that refer to their customers as "users".
- Edward Tufte
Inker is offline   Reply With Quote
Old 2008-06-20, 22:59   #16 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,813
Thanks: 179
Thanked 90 Times in 76 Posts

Country:

My System

Default

MoPhat: I recommend that you try IRC.
__________________
Please read -> HOW TO START A SUPPORT THREAD !!!
Support MediaPortal! Donate by clicking HERE
Dedicated HTPC board (Norway) -> MSPC.no
Spragleknas is offline   Reply With Quote
Old 2008-06-22, 18:01   #17 (permalink)
Portal Member
 
Join Date: Aug 2006
Age: 27
Posts: 41
Thanks: 1
Thanked 3 Times in 2 Posts

Country:


Default

Hello MoPhat,

Nice job !

I did such a program 2 weeks ago but I wasn't able to find a way to do a quick export with ffmpeg, each of them was taking ~5 seconds so I didn't published it.

My wife asked me to resolve the problem of having a not well-formed thumb because of the size conversion (rectangle shape -> square), so I solved it by retrieving the movie size and by generating a square thumbnail with the original file cropped or with 16/9 format (see attached image), I can provide you the code if needed...

Because we store short videos, I also had to add the choice of using seconds or a percentage to choose the snapshot time... could you add this feature ?

One more thing : would it be possible to register your code on an event (if existing) raised when a new movie is added to the DB, so we wouldn't have to choose a folder to spy ?

One more time thanks for your great job !
Attached Thumbnails
thumbnailer-process-plugin-creates-automaticly-thumbnails-video-files-thumb.jpg  
vinch100 is offline   Reply With Quote
Old 2008-06-22, 20:43   #18 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg, Switzerland
Age: 35
Posts: 696
Thanks: 6
Thanked 54 Times in 13 Posts

Country:

My System

Default

Hi vinch100

Quote:
My wife asked me to resolve the problem of having a not well-formed thumb because of the size conversion (rectangle shape -> square), so I solved it by retrieving the movie size and by generating a square thumbnail with the original file cropped or with 16/9 format (see attached image), I can provide you the code if needed...
Shure why not, this improves the plugin

Quote:
Because we store short videos, I also had to add the choice of using seconds or a percentage to choose the snapshot time... could you add this feature ?
Why not i'l checink g this.

Quote:
One more thing : would it be possible to register your code on an event (if existing) raised when a new movie is added to the DB, so we wouldn't have to choose a folder to spy ?
Why should it registered to a event, if mp has a'n event that can be registered...?

The filesystemwatcher from the .net framework does the same and performant (not so like the one in .net 1.0) and if you copy a video in the share/drive from another pc... voila the thumb are there

thx
MoPhat
MoPhat is offline   Reply With Quote
Old 2008-06-24, 14:24   #19 (permalink)
MP Donator
 
MoPhat's Avatar
 
Join Date: Jun 2007
Location: Berg, Switzerland
Age: 35
Posts: 696
Thanks: 6
Thanked 54 Times in 13 Posts

Country:

My System

Default

New version on post #1, it creates now folder.jpg and fixes 2 bugs in the config form.

MoPhat
MoPhat is offline   Reply With Quote
Old 2008-06-24, 19:30   #20 (permalink)
Portal User
 
Join Date: Jan 2007
Age: 36
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default More request

Since everyone is makin requests, so am I

Love the plugg, been looking for something like this for a while, but...

I would like to be able to select more then one folder to make thumbs from.
Got my music videos in one folder, my own master pieces in one and the kids short animations in another.

If this is possible allready just push me in the right direction and ignore this request otherwise it's a function I'd like (and the croping one too

Thanx
The Gray Man
TheGrayMan is offline   Reply With Quote
Reply

Bookmarks

Tags
automaticly, creates, plugin, process, thumbnailer, thumbnails, 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
Video thumbnailer(Updated 09-08-08) Rick164 Plugins 8 2008-09-04 16:00
Video thumbnails blackburn_ watch/edit Videos 9 2007-08-26 10:05
Where are the My Video thumbnails stored at? Jeomite Support 2 2007-03-04 23:30
No Video thumbnails? Lexen Support 9 2007-02-12 20:32
My Video Thumbnails dman_lfc Improvement Suggestions 5 2004-10-20 18:46


All times are GMT +1. The time now is 05:30.


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