Jump to content
LaunchBox Community Forums

viking

Members
  • Posts

    962
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by viking

  1. Hi guys ! Is there a way to force a {Stretch = "UniformToFill"} like fonction on video ? I want to use PlatformVideo, with transition, in a vertical grid aera. Based on this code line, I think (?) <transitions:TransitionPresenter TransitionSelector="{Binding ImageVideoTransitionSelector}" Content="{Binding ImageVideoView}" IsContentVideo="true"/> An illustration to be clearer: Possible? Any ideas ?? I cant find anything with Google. Help please!
  2. Ahah thx ! It's only a good bye ! I'll be back when I have more time! I have in mind a new set of video that would be a community work. And a specific theme. But again, as soon as I have some free time !
  3. /!\ IMPORTANT NEWS /!\ Dad of 2 young children, I dont have enough time to make another video. Thanks to him, @dragon57 are nicely create new video for this set. You can find additional videos here. If other people are interested in creating video for this set, here is a Mega link to download a 7zip archive with some source files that will help you stay in the graphical lines. Thank you for your help and your understanding!
  4. Dad of 2 young children, I dont have enough time to make another video. My second have only 1 month ... hard days ! Thanks to him, @dragon57 are nicely create new video for this set. You can find additional videos here. If other people are interested in creating video for this set, here is a Mega link to download a 7zip archive with some source files that will help you stay in the graphical lines. Thank you for your help and your understanding!
  5. /!\ IMPORTANT NEWS /!\ Dad of 2 young children, I dont have enough time to make another video. Thanks to him, @dragon57 are nicely create new video for this set. You can find additional videos here. If other people are interested in creating video for this set, here is a Mega link to download a 7zip archive with some source files that will help you stay in the graphical lines. Thank you for your help and your understanding!
  6. /!\ IMPORTANT NEWS /!\ Dad of 2 young children, I dont have enough time to make another video. Thanks to him, @dragon57 are nicely create new video for this set. You can find additional videos here. If other people are interested in creating video for this set, here is a Mega link to download a 7zip archive with some source files that will help you stay in the graphical lines. Thank you for your help and your understanding!
  7. OK OK. It's been a while since I posted anything! Sorry for that, but work and family life take a lot of time! So ! Here are some new logo. I let you do for all the playlist logo. It's endless and it takes too much time!
  8. Probably, but I do not use this theme. Try to see on the forum the topic associated with the download page of the theme.
  9. Thx @Dan ! For the wheel, it depends on the theme you are using, not videos. What theme do you use? For the list, I stopped editing it because too many videos were created. Sorry ... It's been a while since I have not updated my videos / theme / clearlogo. Work and children take time! I try to come back quickly with lots of new stuff!
  10. OK guys. I don't have any time to do it quick, but I do my best The hard part is to find THE good photo. So if you have some examples, it helps me a lot !
  11. THX !!! I'll do this asap =)
  12. It's strange, because my theme is actually very simple in its code. The command that call background image is the original one. From Jason's documentation PDF. But I did not really follow Jason's latest updates for lack of time. There may be some changes on its side that I did not affect the code of my theme (?) Another track: Your LaunchBox is on too slow hard drive ? Your images are those downloaded automatically? Or custom too big / heavy? EDIT : It's an interesting track! (stop a second effect) It goes in the direction of the code not up to date on my side. If that's right, it's this part of the code that must change, I guess? (Here for Platform view) Image Source="{Binding Path=SelectedPlatform.BackgroundImagePath}"
  13. It's very strange On views without video background, I used a XML coded blur on the backgroud images. The problem can only come from there, I think. Too CPU demand ? In the XML, try to remove the code for the blur and leave the background image. Try to replace that: <!-- FANART BACKGROUND BLURED--> <Image Source="{Binding Path=SelectedPlatform.BackgroundImagePath}" Grid.Row="0" Grid.RowSpan="117" Grid.Column="0" Grid.ColumnSpan="25" HorizontalAlignment="Center" VerticalAlignment="Center" Stretch="UniformToFill" > <Image.Effect> <BlurEffect Radius="75" RenderingBias="Performance"/> </Image.Effect> </Image> By that : <!-- FANART BACKGROUND BLURED--> <Image Source="{Binding Path=SelectedPlatform.BackgroundImagePath}" Grid.Row="0" Grid.RowSpan="117" Grid.Column="0" Grid.ColumnSpan="25" HorizontalAlignment="Center" VerticalAlignment="Center" Stretch="UniformToFill" > </Image> And tell me if that fixes the problem. You can also change the value of the blur. Maybe a smaller value consumes less power ? Or maybe update .NET framework ? Your Windows 10 is up to date ?
  14. @chrisl23 Thx ! But it's not me who created this ClearLogo set! I make this one :
  15. Yep. I do all my visual in fullHD only. Mainly because it is difficult to find high resolution photo sources. (For forgotten systems and accessories) A possibility : http://waifu2x.udp.jp/index.html
  16. I don't save all the PSD, but I can give you some overlay ! Ready to use, juste adjust opacity Reflect : Scanline :
  17. @Cauptain : To delete the date: Find the good platform view file in : LaunchBox\Themes\StationEmulation\Views In this file, find and delete these lines <!--"DATE" IN SMALL LINE--> <Viewbox StretchDirection="DownOnly" Stretch="Uniform" Grid.Row="2"> <TextBlock Text="{Binding Path=SelectedPlatform.ReleaseDate, StringFormat=yyyy}" Foreground="#393a3b" FontFamily="Segoe UI Semilight" FontSize="40" TextAlignment="Center" Opacity="0.9"/> </Viewbox> Save the file To delete the grey line , also remove : <Border Grid.Row="2"> <Border.Background> <SolidColorBrush Color="#c8c8c8" Opacity="0.9" /> </Border.Background> </Border>
  18. The difficulty is to find a good photo source. Large size, no blur/noize, and a perspective that sticks with the set.
  19. @Shingo : You are right ! I just tested and actually it doesnt work. Very strange bug. The thing is, the "category" pages are not special. These are the same as for the platform view. Same file, same code. I dont see what I can do about it. An idea someone?
  20. @poisongoomba Thx ! To delete the date: Find the good platform view file in : LaunchBox\Themes\StationEmulation\Views In this file, find and delete these lines <!--"DATE" IN SMALL LINE--> <Viewbox StretchDirection="DownOnly" Stretch="Uniform" Grid.Row="2"> <TextBlock Text="{Binding Path=SelectedPlatform.ReleaseDate, StringFormat=yyyy}" Foreground="#393a3b" FontFamily="Segoe UI Semilight" FontSize="40" TextAlignment="Center" Opacity="0.9"/> </Viewbox> Save the file To delete the grey line , also remove : <Border Grid.Row="2"> <Border.Background> <SolidColorBrush Color="#c8c8c8" Opacity="0.9" /> </Border.Background> </Border>
  21. @keltoigael Strange ... Did you try : BigBox option> Image> check "Use the platform fanart as background" BigBox option> Image> uncheck "Use the platform logo as background" ??
  22. Thx all ! @defleppard : Atari Classics ? With what hardware ? Arcade cabinet ?? @odygeo : I already make a Android one, with Samsung Edge. Not good ?
  23. @Detran : Sorry for the delay in response. But I had already done this kind of logo. They are not good?
  24. Thx !
  25. 3 ! , but without the globe ;-)
×
×
  • Create New...