Skip to content

Commit

Permalink
Enable Insignia RSS from ogxbox.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahri Riza Umami committed Jan 1, 2024
1 parent 06e44b4 commit c3db060
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ SimpleX is a simple UnleashX skin.
## How to install

For full SimpleX experience, transfer UnleashX folder to your dashboard (usually in `E:\Dashboards` or `E:\Dash`) folder in the ogxbox. \
It is recommended try it as an app for a while before make it as your main dashboard.
It is recommended to try it as an app for a while before make it as your main dashboard.

If you just interested for the skins, copy Skins folder to your ogxbox UnleashX's skins folder.
If you just interested for the skins, copy skins folder to your ogxbox UnleashX's skins folder.
10 changes: 5 additions & 5 deletions UnleashX/Config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@
<Greeting>Welcome to XBOX FTP Server</Greeting>
<Boost>Yes</Boost>
</FTP>
<!-- Not compatible with current RSS format used by most modern sites. -->
<Newsfeed Enable="False" Interval="30">
<URL>www.xbox-scene.com/xbox1data/xbox-scene.xml</URL>
<URL>www.xbins.org/xbins.xml</URL>
<Newsfeed Enable="True" Interval="30">
<URL>www.ogxbox.org/rss/insignia.xml</URL>
</Newsfeed>
<Preference>
<Games AutoLaunch="No" />
Expand All @@ -49,10 +47,12 @@
<AutoSetTime>Yes</AutoSetTime>
<Use24HFormat>Yes</Use24HFormat>
<ContextMenu LinkToSave="Yes" AllowItemEdit="No"></ContextMenu>
<DVD AutoLaunch="No">C:\xboxdash.xbe</DVD>
<AutoPatch>No</AutoPatch>
</Preference>
<Shortcut></Shortcut>
<Audio>
<EnableSoundTrack Enable_5_1="No">Yes</EnableSoundTrack>
<EnableSoundTrack Enable_5_1="No" Random="Yes" Global="Yes">Yes</EnableSoundTrack>
<MusicVolume>100</MusicVolume>
<SoundVolume>100</SoundVolume>
</Audio>
Expand Down
Binary file modified UnleashX/Skins/SimpleX/Preview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 9 additions & 8 deletions UnleashX/Skins/SimpleX/Skin.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
<Skin name="SimpleX 0.4">
<Information>
<Author>si_kabayan</Author>
<Copyright>Copyright 2023</Copyright>
<Version>0.6</Version>
<Copyright>Copyright 2023-2024</Copyright>
<Version>0.7</Version>
</Information>
<LoadingScreen ShowInfo="False" />
<Main Globe="True" Orb="False">
<!-- Border for games cover/icon. -->
<Shape Type="Rectangle" Left="45" Top="74" Width="202" Height="285" BorderColor="0xFFFFFFFF" />
<Shape Type="Rectangle" Left="45" Top="99" Width="202" Height="285" BorderColor="0xFFFFFFFF" />
<!-- Image source: https://redd.it/flif3q -->
<Image Left="46" Top="75" Width="200" Height="283">Icon.jpg</Image>
<Image Left="46" Top="75" Width="200" Height="283" Source="GameIcon" />
<Image Left="46" Top="100" Width="200" Height="283">Icon.jpg</Image>
<Image Left="46" Top="100" Width="200" Height="283" Source="GameIcon" />
<Menu Smooth="True" ShowIcon="False" Rotate="True" ShowArrows="False" Scroll="True">
<Font>InfoFont</Font>
<Position Top="74" Left="275" Width="320" Height="286" Fixed="True" />
<Position Top="99" Left="275" Width="320" Height="286" Fixed="True" />
</Menu>
<InfoFont>SmallFont</InfoFont>
<Text Left="605" Top="430" Align="Right" Color="0xFF73AA10" Source="IP" />
<Text Left="45" Top="430" Align="Left" Color="0xFF73AA10" Source="$DateTime$" />
<Text Left="45" Top="40" Width="550" Align="Left" Color="0xFF73AA10" Source="$Newsfeed$" />
<Text Left="605" Top="425" Align="Right" Color="0xFF73AA10" Source="IP" />
<Text Left="45" Top="425" Align="Left" Color="0xFF73AA10" Source="$DateTime$" />
</Main>

<ColorScheme Name="Default">
Expand Down
Binary file modified UnleashX/UnleashX.zip
Binary file not shown.

0 comments on commit c3db060

Please sign in to comment.