MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » Quality Assurance (Bugreports) » Archive » Bug Reports » 0.2.3.0 final and SVN Builds


0.2.3.0 final and SVN Builds Post bugs you have found in 0.2.3.0 final or any SVN-Snapshot here.

Reply
 
Thread Tools Display Modes
Old 2008-01-23, 11:33   #11 (permalink)
Portal User
 
Join Date: Dec 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts


Default

bug confirmend but not completly fixed , when using with xface the size of the cover art isnt corrected. its still smaller than others cover art
ven00039 is offline   Reply With Quote
Old 2008-02-19, 08:01   #12 (permalink)
Portal Member
 
Join Date: Oct 2007
Location: Espoo
Posts: 33
Thanks: 3
Thanked 0 Times in 0 Posts

Country:

My System

Default

This bug is still present.

Is it possible for some dev to implement this to latest SVN's?? It is a small problem but a bit annoying. I have the exactly same problem as BoelShit has in the first message.

Last edited by testimies; 2008-02-22 at 09:17.
testimies is offline   Reply With Quote
Old 2008-02-23, 08:58   #13 (permalink)
Portal Member
 
Join Date: Oct 2007
Location: Espoo
Posts: 33
Thanks: 3
Thanked 0 Times in 0 Posts

Country:

My System

Default

This fix corrects the bad quality/stretching of small image problem but brings new one. Top bar is missing. It is still there but I can't see it. If I press the place it should be it still closes mediaportal / gives me a shutdown menu etc etc. Am I only one with this problem? Top bar works correctly before I replaced the original dll.. And if I replace the new one with original again, top bar is still missing.. It seems like something breaks..

Last edited by testimies; 2008-02-23 at 09:02.
testimies is offline   Reply With Quote
Old 2008-02-23, 16:58   #14 (permalink)
Portal Member
 
Join Date: Nov 2005
Location: Rijswijk
Age: 28
Posts: 225
Thanks: 4
Thanked 8 Times in 4 Posts

Country:


Default

If you replace the new dll file with the old file and the topbar is still missing it shouldnt be a problem caused by this fix...
__________________
Veni, Vidi, Visa
I came, I saw, I bought
BoelShit is offline   Reply With Quote
Old 2008-03-15, 10:24   #15 (permalink)
Portal Tester
 
ronilse's Avatar
 
Join Date: Jul 2005
Posts: 3,389
Thanks: 23
Thanked 99 Times in 84 Posts

Country:

My System

Default

Hi,
Is this bug still valid or has it been fixed?

Regards
Roy
ronilse is online now   Reply With Quote
Old 2008-03-15, 22:01   #16 (permalink)
Portal Member
 
Join Date: Nov 2005
Location: Rijswijk
Age: 28
Posts: 225
Thanks: 4
Thanked 8 Times in 4 Posts

Country:


Default

Quote:
Originally Posted by ronilse View Post
Hi,
Is this bug still valid or has it been fixed?

Regards
Roy
AFAIK this bug is still present in latest SVN's altho I read somewhere that a person managed to get it working when the checkbox "Every folder is a movie" is checked. I can't confirm that though.
__________________
Veni, Vidi, Visa
I came, I saw, I bought
BoelShit is offline   Reply With Quote
Old 2008-03-28, 17:54   #17 (permalink)
rtv
Portal Developer
 
rtv's Avatar
 
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,764
Thanks: 130
Thanked 133 Times in 93 Posts

Country:

My System

Default

Just to comment on that patch:
ConvertToLargeCoverArt does nothing more than changing the name respecting our thumb conventions.
So basically your change is useless

More critical are the missing brackets of the last "else" condition. The second command will always be execute this way. So in short you produced another behaviour by accident


Nevertheless - thank you for looking at it!
__________________
rtv is online now   Reply With Quote
Old 2008-03-28, 18:06   #18 (permalink)
Portal Member
 
Join Date: Nov 2005
Location: Rijswijk
Age: 28
Posts: 225
Thanks: 4
Thanked 8 Times in 4 Posts

Country:


Default

Quote:
Originally Posted by rtv View Post
Just to comment on that patch:
ConvertToLargeCoverArt does nothing more than changing the name respecting our thumb conventions.
So basically your change is useless

More critical are the missing brackets of the last "else" condition. The second command will always be execute this way. So in short you produced another behaviour by accident


Nevertheless - thank you for looking at it!
LOL ok.... i was never good at it anyway

Just one question: Howcome with the changed code the Folder.jpg was in high quality instead of the low image quality it was before the change?
__________________
Veni, Vidi, Visa
I came, I saw, I bought
BoelShit is offline   Reply With Quote
Old 2008-03-28, 18:33   #19 (permalink)
rtv
Portal Developer
 
rtv's Avatar
 
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,764
Thanks: 130
Thanked 133 Times in 93 Posts

Country:

My System

Default

Quote:
Originally Posted by BoelShit View Post
Just one question: Howcome with the changed code the Folder.jpg was in high quality instead of the low image quality it was before the change?
Code:
                  if (forceFolderThumb)
                  {
                      ...
                  }
                  else
                      File.Copy(largeCoverArtImage, strFolderImage, false); //edited by BoelShit
                      File.Copy(coverArtImage, strFolderImage, false); //edited by BoelShit
The last line is what I meant - this copy will happen regardless whether forceFolderThumb is true or not. So basically it's the same as using the dedicated folder option.
Therefore if NOT using this option your patch would break thumb handling - the easiest case:
1. serveral movies in one folder.
2. download IMDB details e.g. for movie 4.
3. with your patch there would be a folder.jpg for movie 4 in that folder of _mixed_ films

Don't worry though - MP is almost too powerful in regard of options and unfortunately many users prefer to "demand" even more options instead of organizing their files in some "preferred" way MP could suggest. I had to check the code as well to understand how it worked in detail
__________________
rtv is online now   Reply With Quote
Old 2008-03-28, 18:39   #20 (permalink)
Portal Member
 
Join Date: Nov 2005
Location: Rijswijk
Age: 28
Posts: 225
Thanks: 4
Thanked 8 Times in 4 Posts

Country:


Default

Thanks for clearing it up for me!!!

Learned something
__________________
Veni, Vidi, Visa
I came, I saw, I bought
BoelShit is offline   Reply With Quote
Reply

Bookmarks

Tags
andgt, creating, folderjpg, imdb, lookup

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
My Movies: imdb lookup causes flickering McSeven 0.2.2.0 Final and SVN Builds 4 2007-04-14 21:09
Black screen after on/off on tv MP 0.2.2.0 (Mac mini -> DVI -> HDMI -> Samsung LCD) FlexyZ MediaPortal 1 Talk 1 2007-01-03 00:00
Right click AVI and press 3 for IMDB lookup => MP crashes druden fixed 0.2.0.0 bugs 3 2006-12-05 19:31
File>change device and configuration>general>allway Lolita The old Bugreport Forum 3 2006-07-10 21:39
[DVB] MP Standby -> Resume -> No encrypted channels? ziphnor General Support 0 2006-06-14 21:18


All times are GMT +1. The time now is 12:53.


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