Jump to content
LaunchBox Community Forums

Maddoc1007

Members
  • Posts

    1,103
  • Joined

  • Days Won

    5

Everything posted by Maddoc1007

  1. @Jason Carr Great beta update transitions between platform and game categories in BigBox what a speed improvement almost seamless. Thanks for fixing the screenshots in the <transitions:TransitionPresenter TransitionSelector="{Binding ImageVideoTransitionSelector}" Content="{Binding ImageVideoView}" IsContentVideo="true" working as before. Your probably going to sat what the #*#* but would it be possible for you to add a new <transitions:TransitionPresenter TransitionSelector that worked like when it was broke ie:- that doesnt do the screenshots when using background video as this would be great for views where you did not want to see screenshots in the small video placement area when using background video in other words just add the broken version of the <transitions:TransitionPresenter TransitionSelector="{Binding ImageVideoTransitionSelector}" Content="{Binding ImageVideoView}" IsContentVideo="true" where it wasnt showing screenshots as a new <transitions:TransitionPresenter and could you make it have the stretch functionality. KUDOS on another great update.
  2. @Styphelus if you follow the few posts i linked read the conversation between myself and nielk1 and add all the the references described in the posts it will sort out the issue.
  3. @Styphelus Follow the steps here from the discussion between myself and nielk1 last night read all the posts from us and that should get it up and running for you
  4. @superfurry As i use Daum Potplayer and navigate through it with an AHK script for my videos through LaunchBox/BigBox would it possible if you created the scraper as a separate plugin for scraping the imdb info and posters and maybe for music as well? Many thanks in advance.
  5. @Jason Carr @Nielk1 Fixed the Coverflow its now working properly had to Re-Add the LaunchBox.exe in the references that fixed it. It looks like Visual studio or the backend code is not adding the Dll's and the exe's properly see screenshot KUDOS @Nielk1 Your tips payed off big time.
  6. @Jason Carr here is screenshot of error for the coverflow dont know if it will be of use to you
  7. @Nielk1 Thank you again for your help at least now i can do fine-tuning in the preview and see what i am doing which is a win being able to see and go to fit selection in the preview when working with small placements in the theme again major KUDOS to you.
  8. @Nielk1 Re-added references to all the dlls inside the metadata folder and now at least i can see the preview but the coverfactory is still not working in the preview. see screenshot thanks you for the time you are putting in to help KUDOS
  9. @Nielk1 When i click on add reference and go to browse and click on BigBox.exe i get no items found see screenshot as you can see on the right BigBox is there.
  10. @Nielk1 If i go back to Beta 3 all works fine and the LaunchBox\Metadata\Unbroken.LaunchBox.Wpf.dll is working properly the reference to BigBox.exe is there in the references placed copy of the launchbox.exe in the metadata folder but still the same the preview doesnt work which can make it time consuming when fine tuning things which i use the visual preview for.
    Works good, impressed so far. Is there anyway you could add url list with maybe a preview? instead of having to know the url you want to download beforehand. As well as a preview of video for the direct download as this can be hit and miss LOL as downloaded an mp4 for action hollywood (arcade game) and it downloaded a preview for Hardcore Henry a B movie instead lol.
  11. @dunginhawk just edited my post and was saying that am hoping to get back at this in a few weeks in order that text will scale properly with the different zoom levels.
  12. @dunginhawk The stretching is unavoidable that is why it is up to the user to get video and images that are portrait if using a vertical monitor i have tried used the vertical theme on a 10:16 (900x1440), a 4:5 (1024x1280) and a 3:4 (768x1024) which is the aspect ratios monitors when orientated to portrait and yes the background images and video look terrible stretched but look everything looks alright when artwork and video of the proper orientation are used and the only reason i built this is there were a few people looking for someone to build a temporary vertical theme at the time which i did from the default theme and until someone comes along and builds themes specifically for vertical monitors that.s all there is at the moment im afraid as not a lot of users are using vertical monitors. The screenshots you see in the downloads for the default vertical theme were all taken on an 4:5 (1024x1280) monitor. I am hopeing to get back to this theme in a few weeks and place text and some other elements inside viewboxes so that when people use zooms of Medium or Large on their vertical monitors the writings will not scale up larger, but at the moment the theme must be set on small 100%.
  13. @dunginhawk left reply here for you @wouldja No news yet am hoping to get to this in the near future.
  14. @dunginhawk Did you change your monitor resolution to Portrait? the reason i ask is you say your using software to rotate, this theme is built for monitors set to Portrait resolution i do not know of any theme that will flip and fill the screen so the monitor must be set to portrait in screen resolution for this theme.
  15. What you could do in that situation is first create a viewbox then place the elements you need inside that viewbox im only speculating as havnt tried with borders yet here a small example here is 3 items inside a viewbox and they all scale no matter what dpi they are scaled to. <!--PLATFORMDETAILS--> <Viewbox x:Name="viewbox" Grid.ColumnSpan="3" Grid.Row="7" Grid.RowSpan="5" Grid.Column="7" > <DockPanel LastChildFill="False" Height="147" Margin="5,0,0,0" > <TextBlock Text="Details" FontFamily="Boogie Nights NF Shadow" FontSize="26" TextWrapping="Wrap" DockPanel.Dock="Top" TextOptions.TextFormattingMode="Display" Height="32" > <TextBlock.Foreground> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="Pink" Offset="1"/> <GradientStop Color="Red"/> </LinearGradientBrush> </TextBlock.Foreground> </TextBlock> <!--PLATFORMDESCRIPTIONLINE--> <StackPanel Height="1" Width="auto" DockPanel.Dock="Top" > <StackPanel.Background> <LinearGradientBrush StartPoint="0,0.5" EndPoint="1,0.5"> <GradientStop Color="Red" Offset="0.0"/> <GradientStop Offset="1.0"/> </LinearGradientBrush> </StackPanel.Background> </StackPanel> <!--PLATFORMDETAILS--> <Canvas x:Name="PlatformDetails" Width="365" ClipToBounds="True" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="0,5,0,0" > <controls:ScrollableTextBlock x:Name="Details" Text="{Binding Details}" FontFamily="Cambria" FontSize="22" Foreground="White" TextWrapping="WrapWithOverflow" Width="365" ScrollBeginDelay="6" ScrollSpeed="2" ScrollAutoReverse="True" ScrollEndDelay="6" ReverseScrollSpeed="0.5" ScrollDirection="Up" TextOptions.TextFormattingMode="Display" TextTrimming="CharacterEllipsis" TextOptions.TextHintingMode="Fixed" > </controls:ScrollableTextBlock> </Canvas> </DockPanel> </Viewbox>
  16. @Grila I Think i might have the DPI scaling issue for text solved. We just have to put in the Themes anything that uses text inside a Viewbox, i have tried this on Normal (100%), Medium (125%) and Large (150%) and the text did not expand over its container on any of those sizes. Here is a code example:- <Viewbox x:Name="viewbox" Margin="0,-6,0,-12" Width="365"> <Canvas x:Name="PlatformDetails" Width="523" ClipToBounds="True" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="0,0,0,0" Height="158" RenderTransformOrigin="0.5,0.5" > <controls:ScrollableTextBlock x:Name="Details" Text="{Binding Details}" FontFamily="Cambria" FontSize="26" Foreground="White" TextWrapping="WrapWithOverflow" Width="423" ScrollBeginDelay="6" ScrollSpeed="2" ScrollAutoReverse="True" ScrollEndDelay="6" ReverseScrollSpeed="0.5" ScrollDirection="Up" TextOptions.TextFormattingMode="Display" TextTrimming="CharacterEllipsis" TextOptions.TextHintingMode="Fixed" FontWeight="Bold" > </controls:ScrollableTextBlock> </Canvas> </Viewbox> </DockPanel>
  17. @Jason Carr And all Theme Developers. I Think i might have the DPI scaling issue for text solved. We just have to put in the Themes anything that uses text inside a Viewbox, i have tried this on Normal (100%), Medium (125%) and Large (150%) and the text did not expand over its container on any of those sizes. Here is a code example:- <Viewbox x:Name="viewbox" Margin="0,-6,0,-12" Width="365"> <Canvas x:Name="PlatformDetails" Width="523" ClipToBounds="True" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="0,0,0,0" Height="158" RenderTransformOrigin="0.5,0.5" > <controls:ScrollableTextBlock x:Name="Details" Text="{Binding Details}" FontFamily="Cambria" FontSize="26" Foreground="White" TextWrapping="WrapWithOverflow" Width="423" ScrollBeginDelay="6" ScrollSpeed="2" ScrollAutoReverse="True" ScrollEndDelay="6" ReverseScrollSpeed="0.5" ScrollDirection="Up" TextOptions.TextFormattingMode="Display" TextTrimming="CharacterEllipsis" TextOptions.TextHintingMode="Fixed" FontWeight="Bold" > </controls:ScrollableTextBlock> </Canvas> </Viewbox> </DockPanel>
  18. @superfurry How about doing an imdb plugin for scraping info posters etc for a movies/t.v series?
  19. @Jason Carr Just also noticed that transitions:TransitionPresenter x:Name="Video" TransitionSelector="{Binding ImageVideoTransitionSelector}" Content="{Binding ImageVideoView} is no longer pulling the images when Use Game Background Video is ticked in the settings in themes in BigBox in latest beta but when it is not ticked the small video still works and the large background image works.
  20. @Rincewind not being able to have a look in visual studio on views using coverfactory is not your themes fault i am running the latest beta and Vstudio cannot find the files it needs due to something missing in the beta to view these views so you just need to let people know if video was intended for the horizontal wheel 1 view or if it is a view that does not use video
  21. @Jason Carr there is a problem with trying to work on any theme in Visual Studio with the game wheel views etc that use coverflow coverfactory i think it is down to visual studio not finding the plugins for coverfactory and therefore you cannot work on any theme views using coverfactory with the latest beta
  22. @Rincewind Downloaded your theme to see what was wrong with the videos BUT Videos are working as expected in all views with windows media player the only view that no videos are working in is the horizontal wheel 1 looking at the code i couldn't find your video transitions:TransitionPresenter hence no videos. Also i tried to see this view in Visual studio but no go as you will see from the screenshot as your coverfactory is broken even though the code i went through it and it seems fine so i dont know where it is broke i think you will have to ask Jason on this and maybe he will look at the theme for you. So the only view that people should be having problems with is the Horizontal wheel 1 all the other views platform and games are working perfect.
×
×
  • Create New...