Jump to content
LaunchBox Community Forums

viking

Members
  • Posts

    955
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by viking

  1. You have this : I haven't tested, but it seems to match your expectations, not?
  2. @hargabyte : Strange indeed. I have not had time to test this block, but I think it's a problem with the horizontal wheel. This system seems to work better in vertical. @neil9000 : Thx !! It feels good to hear it @master333 : Yes, I experienced the same kind of problem. I dont know where it comes from. The best thing is to stay on WMP for now. @keltoigael : Ahahah no problem ! @madpossum @ALIE @shadowblind @nicknamex And anyone with a bug in videos right alignment : Please, can you give me your hardware configuration ? processor | graphic card | windows version | BigBox version I always try to isolate the source of the problem to fix it. Thank you For now, I'm thinking about a problem with the ATI/AMD graphic card drivers.
  3. @keltoigael Are you sure to use BigBox v7 (BETA)? the last beta. I upload a v.1.5.2. Please test and tell me. It's strange that it doesn't work only for you !! If it's dont work, tests to delete, still in the VIEWS folder: FilterDetailsView.xaml If not, rename the actual theme folder and make a fresh installation of BigCouch beside?
  4. I'm joking, but it's a good track! I dont have an AMD card to explore the drivers. But if you dig into the driver, there will not be options for displaying videos? And if you deactivate them, the theme works? EDIT : From memory, there was a small app annex to the driver with the ATI card that was problematic. It may be another track!
  5. @hargabyte : Thx ! I use similar systems. There was a note recently about an AMD graphics card utility that is problematic with LaunchBox. Those who have the problem may be using AMD/ATI graphics cards ?? For me, my system works fine: Intel NUC - Intel i5 + graphic Intel + Windows 10 64bits + VLC/WMP install + no codec pack = work fine. Intel i7 - windows 7 Pro 64bits + CG Nvidia + VLC/WMP install + no codec pack = work fine. And you ? @keltoigael : Weird ! Please : go into your : LaunchBox > Theme > BigCouch > Views > ... And delete these 4 files : Reload BigBox. It works ?
  6. @MatticusFinch1820 : You have this plugin :
  7. @shadowblind @nicknamex @madpossu @ALIE or anyboby with video alignement issue : This bug is very strange. I dont understand. There is no reason for it to come from code or video files. The simple fact that the problem doesn't show up for everybody, or worse, that the alignment changes according to the platforms asks me question. I wonder if the problem is not external to LaunchBox. Some ideas or questions to try to isolate the problem: Is your ".Net" up to date? (windows update) Is your "Windows" up to date ? Have you installed a codec pack or stuff like that? Have you installed a video player other than WMP or VLC on your computer? What is your graphic card ? Driver up to date ? Some graphics drivers may interfere with video. (I think it's a good track) Do you have an up-to-date & standalone VLC installation? Do you have "Windows Media Player" on your computer? @Jason Carr : Do you have any idea where this problem can come from? Not necessarily the solution, but the source of the problem. @nicknamex : Yep, that's it ! I dont love you @hargabyte : I dont know. I never used this block in my themes. Jason extended the number of possible views. So I'll do some testing and tell you. =) Nope, I already used all platform view =/ I test and tell you.
  8. @keltoigael : Strange ! You must have : BigBox v7 BETA. Last version is best Theme last version : v1.5.1 Tell me if it's work ! @ALIE : Here is a photomontage to be clearer. This is the correct display. The red frame is video. The rest is made by image. The video must take all this height, without distortion and remain glued to the right. With the latest version v.1.5.1, the display is OK for you? @shadowblind @nicknamex @madpossu , anybody : Still have the display bug with this last theme version ?
  9. UPDATE v.1.5.1 I fix other view order.
  10. UPDATE v.1.1.0 All new upload for all video. For make "preview" work in LaunchBox. Size opimisation. I divided the total size by 3, with no visible quality loss. Renaming with good platforms standard names. add - "Movie" video @Jason Carr : With these new video files, preview should work in LaunchBox. Tell me if it works!
  11. 20161206_172015.mp4 : (WMP ?) Wait, but the display is good !!! No ? The white background is not a code problem. It's because it dont find the theme images. You would not accidentally delete the file: LaunchBox > Theme > BigCouch > Images > Theme ... This is the place I put all theme images. 20161206_172109.mp4 : (VLC ?) Here OK, the video is not displayed. But why does it work at home !!?? EDIT : @ALIE It is normal that the video doesn't take the whole screen. That's why I make images to hide this. The problem of alignment is that the videos dont always seem well glued to the right of the screen. And that's not normal. With the images folder, it's work for you ?
  12. Well. New UPDATE v.1.5.0 Always try to fix video alignement issue. Now VLC video engine work as well (!!) Trying to work the code to fix the alignment issue, I just make it work with VLC! Tested and functional at home, under windows 7 and windows 10. Tell me if it works for you !!!! In fact, I just make : ::::::::::::::: From this :::::::::::::::: <Grid.ColumnDefinitions> <ColumnDefinition/> <ColumnDefinition Width="Auto"/> </Grid.ColumnDefinitions> :::::::::::::: To this ::::::::::::::::::: <Grid.ColumnDefinitions> <ColumnDefinition Width="*"/> <ColumnDefinition Width="Auto"/> </Grid.ColumnDefinitions>
  13. To complete one of the latest LaunchBox Youtube tutorials.
  14. For my videos, it's my fault. A bad export parameter under After Effect. I'm correcting the problem with Jason. Once fixed, I will upload again all my videos and the preview will work fine.
  15. OK. I just tested on my bartop : windows 10 - 4:3 monitor 1024x768 - BigBox v7 last beta. Everything works very well ! No alignement issues. It's really a very strange bug. I dont understand at all what is not working. Here are snapshots of my settings. What are yours? I try to see if there is not a setting that disrupts the display. The idea is to isolate the problem for solve it ! (Yes, it's in French. But you can easily find the match) For those interested in the code, in the latest version, I use the grid to align the videos. In principle, there is no longer a bug because of the alignment properties. <!--GLOBAL GRID SETUP--> <Grid.RowDefinitions> <RowDefinition Height="720*" /> <RowDefinition Height="300*" /> </Grid.RowDefinitions> <!-- SPECIAL 4:3 VIDEO SET BACKGROUND --> <Image Source="pack://siteoforigin:,,,/Themes/BigCouch/Images/Theme/Videobackground.jpg" Grid.Row="0" HorizontalAlignment="Right" Stretch="UniformToFill" RenderOptions.BitmapScalingMode="HighQuality" /> <!-- SPECIAL 4:3 VIDEO RIGHT ALIGN --> <Grid Grid.Row="0"> <Grid.ColumnDefinitions> <ColumnDefinition/> <ColumnDefinition Width="Auto"/> </Grid.ColumnDefinitions> <transitions:TransitionPresenter Grid.Column="1" TransitionSelector="{Binding ImageVideoTransitionSelector}" Content="{Binding ImageVideoView}" IsContentVideo="true"/> </Grid> The idea is simple: <Grid.ColumnDefinitions> <ColumnDefinition/> [Without anything], the column fits and fills the gap. <ColumnDefinition Width="Auto"/> [Auto]: Adapts to content. Here, the video. </Grid.ColumnDefinitions> The code for the video is simply the original one, recommended in the PDF. It's unstoppable. I dont understand the bug... If it is not the code. If not the video files. If this is not the setting of BigBox. ... Where does it come from ??? @Jason Carr Always about these video alignment problems: To call an image, there is a choice between: <transitions:TransitionPresenter TransitionSelector="{Binding ImageTransitionSelector}" Content="{Binding ImageView}" /> <Image Source="{Binding Path=SelectedPlatform.BannerImagePath}" /> For calling videos, is there a code similar to the second line? More direct, with no transition or "if" ? I would like to try something in this style to see if the problem percisite. Thx !
  16. Yep, weird bug ... To be sure that dont came from video file, it sould be cool to test : - backup your video. - duplicate same video 4 or 5 time. - rename it at 5 different platform name. - test : allways the same alignement ??
  17. @nicknamex For those who have the bug: Can you test using this video? Does this fix the bug for this particular platform? SNK Neo Geo AES.mp4
  18. Damn !!! Again ! You give me the list of video with good alignement. This is allways the same ? Even after a BigBox restart ? Would you give me some exemple of video that's never align propely ? For comparaison. Maybe, this is a good tracks. Because my video dont show up in the last Jason video download feature. The preview dont work. And it's come from my files.
  19. OK fine !! The right alignment seems to work !!!! Good news !!! But the zoom effect, I dont see where it comes from! Do you have one of my videos to make a screenshot with? The gray area on the left is normal. This is an image overlay (PNG) to fill the hole left by my 4:3 video set. This theme is not design for video "Bakers style". You will not see any text !! This view is specially designed for my video set. Sorry.
  20. UPDATE v.1.4.0 : fix - try to fix video alignement issue with windows 10. Tell me if it's work ! fix - In game view, grey bakground for games without any fanart. fix - minor bug and graphic issues. add - new custom platform view. add - new custom games view. (list style with clear logo) add - readme file into theme folder. I have no new idea to bypass the alignment bug videos ... If someone has an idea or something : giving it !! Those who have the display bug, thank you to tell me here, with your version of windows and if possible a screenshot. I'm talking about this latest version online. The update is important. With 2 new views! I will let you read the description on the download page. I also updated all the screenshot.
  21. @damageinc86 : Strange bug. Your BigBox is update to the last v.7 beta ? Did you setup WMP as video engine in BigBox setup ? Did you rename the video as the exact same name as your LaunchBox platform name ? Tell me if it's work with this !
  22. Damn !!! I test other way asap ... I come back with a fix v4 ^^
  23. What is your BigBox version ? Strange bug. This theme work After ?
×
×
  • Create New...