- November 10, 2009
- 275
- 63
- Home Country
- Germany
Hello guys,
I’m trying to add some game but I just receive:
(Text: 'The remote server returned an error: (404) Not Found.')
What did I do wrong?
Or is is because the api might changed, see Guess who's back, back again? - TheGamesDb.net
Thanks in advance.
<PushNavigationTransition Id="873EB147-C998-4632-8F86-D5E24062BE2E"
Name="Home->AppLauncher"
DisplayCategory="z-AppLauncher"
SortOrder="a"
SourceStates="7F702D9C-F2DD-42da-9ED8-0BA92F07787F"
TargetState="EE23FB37-043C-46DE-9DAC-7F023135C0B2"
DisplayTitle="[AppLauncher.Title]"
HelpText="[AppLauncher.Helptext]"/>
Just add the HelpText attribute, the same as the above. It uses the same action type as media (Movies, Series, etc) because it needs to hide itself if the server isn't connected, so look e.g. here for an example.Emulators-actions.xml has no PushNavigationTransition, can you give me a hint?
I did, nothing shows up. Below is my modified emulators-actions.xmlJust add the HelpText attribute, the same as the above. It uses the same action type as media (Movies, Series, etc) because it needs to hide itself if the server isn't connected, so look e.g. here for an example.
<?xml version="1.0" encoding="utf-8"?>
<Workflow DescriptorVersion="1.0">
<MenuActions>
<WorkflowContributorAction Id="A24958E2-538A-455E-A1DB-A7BB241AF7EC"
Name="Home->Games"
DisplayCategory="a-Media"
SortOrder="f"
SourceStates="7F702D9C-F2DD-42da-9ED8-0BA92F07787F"
ContributorModelId="9929690F-BFB9-47CF-8FFE-11617D3B8B44"
HelpText="[Emulators.Help]"/>
<WorkflowContributorAction Id="27657AA4-B1B6-422C-80C7-9C30DEB01268"
Name="Emulators->AddEmulator"
DisplayCategory="a-Emulators"
SortOrder="a"
SourceStates="903DD5EB-56B2-42B5-B1D8-64106651296A"
ContributorModelId="3ECB5E18-5B24-411D-9F06-533249BA6F00"
HelpText="[Emulators.Help]"/>
<WorkflowContributorAction Id="D683E49D-39DE-4B37-95B6-B9BE4AA11AB1"
Name="Emulators->RemoveEmulator"
DisplayCategory="a-Emulators"
SortOrder="b"
SourceStates="903DD5EB-56B2-42B5-B1D8-64106651296A"
ContributorModelId="495F94B5-9E13-4548-BAAA-6DB424B58267"
HelpText="[Emulators.Help]"/>
</MenuActions>
</Workflow>
Sorry, my mistake. I have the release and debug folder and both contain the emulators plugin. I modified the release version, while building MP2 in debug mode. It works nowI did, nothing shows up. Below is my modified emulators-actions.xml
XML:<?xml version="1.0" encoding="utf-8"?> <Workflow DescriptorVersion="1.0"> <MenuActions> <WorkflowContributorAction Id="A24958E2-538A-455E-A1DB-A7BB241AF7EC" Name="Home->Games" DisplayCategory="a-Media" SortOrder="f" SourceStates="7F702D9C-F2DD-42da-9ED8-0BA92F07787F" ContributorModelId="9929690F-BFB9-47CF-8FFE-11617D3B8B44" HelpText="[Emulators.Help]"/> <WorkflowContributorAction Id="27657AA4-B1B6-422C-80C7-9C30DEB01268" Name="Emulators->AddEmulator" DisplayCategory="a-Emulators" SortOrder="a" SourceStates="903DD5EB-56B2-42B5-B1D8-64106651296A" ContributorModelId="3ECB5E18-5B24-411D-9F06-533249BA6F00" HelpText="[Emulators.Help]"/> <WorkflowContributorAction Id="D683E49D-39DE-4B37-95B6-B9BE4AA11AB1" Name="Emulators->RemoveEmulator" DisplayCategory="a-Emulators" SortOrder="b" SourceStates="903DD5EB-56B2-42B5-B1D8-64106651296A" ContributorModelId="495F94B5-9E13-4548-BAAA-6DB424B58267" HelpText="[Emulators.Help]"/> </MenuActions> </Workflow>