-
Posts
59 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Brian's Achievements
16-Bit Artificial Intelligence (4/7)
22
Reputation
-
Sorry, I expressed myself terribly. I meant the .xml-file inside Data/Platforms that has "the name you gave to the movie platform".xml. So, if you called the platform Movies, I'd like to see Movies.xml.
-
Sorry to hear this @cleverest. Could you send me the platform .xml from the data platforms folder? I must admit that it's been quite a while since I last looked into this, so I'm not sure if I'll try to resolve the issues, or try to create one of those fancy new plugins.
-
If I find the time this weekend, I'll retest the application with the latest build of LaunchBox, perhaps there were some breaking changes.
-
Nah, all the keys are freely available. Sign up at https://www.themoviedb.org Then go to your account settings => API The key should be there somewhere.
-
Sort a platform with folders?
Brian replied to krazydad69's topic in Third-Party Applications and Plugins (Released)
Can't really help with the folder structure, but for importing media, I created a small application that automatically searches for movie metadata and media based on the filenames. It also works for series, but as you pointed out, there should be a folder structure in place. Might try to implement the solution mentioned above. -
Je n'ai pas utilisé Google Translate. : )
-
PS Votre Anglais est mieux que mon Français.
-
(might only work on the beta version)
-
Here you go. CoolVideo.zip
-
It's a custom one. I pasted the xml I use in the first post.
-
I noticed there is quite a bit of lag when adding recent games to a theme, it makes . It's also harder to switch between platforms. I added 2 videos to show the difference. Does anyone have the same issue? I'm on the latest beta release, but other versions had the same issue. <UserControl xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:transitions="clr-namespace:Unbroken.LaunchBox.Wpf.Transitions;assembly=Unbroken.LaunchBox.Wpf" xmlns:coverFlow="clr-namespace:Unbroken.LaunchBox.Wpf.Controls.CoverFlow;assembly=Unbroken.LaunchBox.Wpf" xmlns:cal="http://www.caliburnproject.org" xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" mc:Ignorable="d" d:DesignHeight="562" d:DesignWidth="1000" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Style="{DynamicResource UserControlStyle}"> <Canvas Name="Canvas"> <transitions:TransitionPresenter TransitionSelector="{Binding BackgroundTransitionSelector}" Content="{Binding BackgroundView}" Height="{Binding ElementName=Canvas, Path=ActualHeight}" Width="{Binding ElementName=Canvas, Path=ActualWidth}" IsContentVideo="true"> <transitions:TransitionPresenter.Effect> <BlurEffect Radius="15" /> </transitions:TransitionPresenter.Effect> </transitions:TransitionPresenter> <Grid Height="{Binding ElementName=Canvas, Path=ActualHeight}" Width="{Binding ElementName=Canvas, Path=ActualWidth}"> <Grid.Background> <SolidColorBrush Color="White" Opacity="0.1" /> </Grid.Background> <Grid.RowDefinitions> <RowDefinition Height="25*" /> <RowDefinition Height="12*" /> <RowDefinition Height="30*" /> <RowDefinition Height="12*" /> <RowDefinition Height="4*" /> <RowDefinition Height="40*" /> <RowDefinition Height="19*" /> </Grid.RowDefinitions> <Rectangle Grid.Row="1" Grid.RowSpan="3" Fill="Black" Opacity="0.65" SnapsToDevicePixels="True" Margin="0" /> <coverFlow:FlowControl Grid.Row="1" Grid.RowSpan="3" x:Name="FlowControl" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" ImageType="Clear Logo" CurveAmount="0.0" CameraZPosition="8.0" VisibleCount="10" PageSize="6" Spacing="6.35" ItemZPosition="1" SelectedItemZPosition="6.25"> <coverFlow:FlowControl.CoverFactory> <coverFlow:HorizontalWheelCoverFactory /> </coverFlow:FlowControl.CoverFactory> <coverFlow:FlowControl.Effect> <DropShadowEffect ShadowDepth="0" Opacity="1"/> </coverFlow:FlowControl.Effect> </coverFlow:FlowControl> <Grid Grid.Row="5"> <Grid.ColumnDefinitions> <ColumnDefinition Width="5*" /> <ColumnDefinition Width="100*" /> <ColumnDefinition Width="5*" /> </Grid.ColumnDefinitions> <transitions:TransitionPresenter Grid.Column="1" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" TransitionSelector="{Binding BottomBoxesTransitionSelector}" Content="{Binding BottomBoxesView}"></transitions:TransitionPresenter> </Grid> </Grid> </Canvas> </UserControl>
-
The newest version was uploaded. It also includes a way to download clear logos from FANART.TV. PS Thanks for reporting this issue.
-
There seemed to be an issue when the release date is unknown. I attached the fixed Movies.xml. I'll try to release the fix asap. Movies.xml
-
Is it possible to provide the XML? There was a XML syntax error. I should be able to fix the Movies.xml and upload a new version of the application.
-
I was more thinking about a way to find out what media / info is missing in the online Games DB. My local library already has pretty much all the media I require for my theme.