xboxscene.org forums

Author Topic: Dvd2xbox On Games Blade  (Read 252 times)

honsi2004

  • Archived User
  • Newbie
  • *
  • Posts: 2
Dvd2xbox On Games Blade
« on: October 12, 2006, 01:08:00 AM »

I would have gladly on the Games Blade still another directlink to the program dvd2xbox - what must I do? (Sorry for my english)
Logged

Hitcher

  • Archived User
  • Full Member
  • *
  • Posts: 178
Dvd2xbox On Games Blade
« Reply #1 on: October 12, 2006, 02:16:00 AM »

This is how you can chenge the Apps button -


Open your includes.xml found in the MC360/PAL/ folder.

Change the line:

<include name="19033"><label>Applications</label></include>

to

<include name="19033"><label>DVD2Xbox</label></include>

And:

<include name="19084"><label>Various Programs stored on your Xbox Hard Drive or DVD.</label></include>

to

<include name="19084"><label>Back-up your Games Collection to the Xbox Hard Drive.</label></include>

Save and close the file.



Then open the custom1112_GamesHome.xml.

Change the line:

<onclick>XBMC.ActivateWindow(1,Programs)</onclick>

to

<onclick>XBMC.RunXBE(E:\Apps\DVD2Xbox\Default.xbe)</onclick>

Save, upload to XBox and RESTART, you MUST restart.


I don't take credit for this though it was posted awhile ago.
Logged

honsi2004

  • Archived User
  • Newbie
  • *
  • Posts: 2
Dvd2xbox On Games Blade
« Reply #2 on: October 12, 2006, 03:05:00 AM »

Thanks, I do.

But I didnĀ“t take the "programs", I take the "Gamesaves" and its working.
Logged

newiep2003

  • Archived User
  • Jr. Member
  • *
  • Posts: 72
Dvd2xbox On Games Blade
« Reply #3 on: October 12, 2006, 03:52:00 AM »

check this out

http://forums.xbox-scene.com/index.php?showtopic=542538

this was for an older build but if you look at the xml files you'll get the idea

This post has been edited by newiep2003: Oct 12 2006, 10:53 AM
Logged

Jezz_X

  • Archived User
  • Hero Member
  • *
  • Posts: 2893
Dvd2xbox On Games Blade
« Reply #4 on: October 12, 2006, 03:52:00 AM »

You know when I last made the skin I left in an empty button just for this look for this bit and read it its pretty easy to figure out
CODE

            
                Custom Button Highlight
                image
                112
                180
                281
                270
                homebutton-5a.png
                Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)
            


            
                Custom Highlight Shadow
                image
                112
                180
                281
                270
                homebutton-5-shadow.png
                Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)
                button-shadow
            


            
                Custom Push Button
                button
                9
                Home-Button-Commons
                145
                360
                
                -
                icon-xbmc.png
                icon-xbmc.png
     no            
                !Control.HasFocus(1) + !Control.HasFocus(2)
                1
                2
                8
                10
            


            
                Custom Button Shine
                170
                360
                135
                30
                Shine
                Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)
                WindowOpen
            


            
                Custom Button Multiline
                label
                390
                205
                210
                200
                true
                -
                font14
                TextcolorBlack
                shadow-grey
                !Skin.HasSetting(nodescriptions) + Control.HasFocus(9) + !Control.HasFocus(1) + !Control.HasFocus(2)
                WindowOpen
            


            
                Button Seperator
                image
                135
                394
                235
                1
                divider.png
                Control.IsVisible(9) + !Control.HasFocus(1) + !Control.HasFocus(2) + !Control.HasFocus(9)
                WindowOpen
            





this bit is the one you need to edit
QUOTE
<description>Custom Push Button</description>
<type>button</type>
Logged

Cr4z33

  • Archived User
  • Full Member
  • *
  • Posts: 157
Dvd2xbox On Games Blade
« Reply #5 on: October 12, 2006, 10:45:00 AM »

Jezz_X how can I get rid of the Xbox Media Center CVS description when I am on the custom button?
Logged

roormonger

  • Archived User
  • Hero Member
  • *
  • Posts: 605
Dvd2xbox On Games Blade
« Reply #6 on: October 12, 2006, 03:03:00 PM »

Gotta give it a label. If you put the label in the includes you will either have to reload the skin or restart xbmc for it to take effect.
Logged

Jezz_X

  • Archived User
  • Hero Member
  • *
  • Posts: 2893
Dvd2xbox On Games Blade
« Reply #7 on: October 12, 2006, 03:26:00 PM »

QUOTE(Cr4z33 @ Oct 13 2006, 02:16 AM) View Post

Jezz_X how can I get rid of the Xbox Media Center CVS description when I am on the custom button?

you need to edit this bit
                <description>Custom Button Multiline</description>
                <type>label</type>

by either making an include to use for it
<include>-</include>  <---- that line
or just replacing that line with
<label>Run dvd2xbox to rip games and video to your xbox HD</label>
Logged

Cr4z33

  • Archived User
  • Full Member
  • *
  • Posts: 157
Dvd2xbox On Games Blade
« Reply #8 on: October 18, 2006, 05:31:00 AM »

QUOTE(Jezz_X @ Oct 13 2006, 12:33 AM) View Post

yor just replacing that line with
<label>Run dvd2xbox to rip games and video to your xbox HD</label>

I used this option and I get a white text instead of a black default one.
Note that I didn't change the MC360 default color text at all.
Logged

Cr4z33

  • Archived User
  • Full Member
  • *
  • Posts: 157
Dvd2xbox On Games Blade
« Reply #9 on: October 20, 2006, 03:22:00 AM »

QUOTE(Cr4z33 @ Oct 18 2006, 02:38 PM) View Post

I used this option and I get a white text instead of a black default one.
Note that I didn't change the MC360 default color text at all.
 

Up!
Logged

roormonger

  • Archived User
  • Hero Member
  • *
  • Posts: 605
Dvd2xbox On Games Blade
« Reply #10 on: October 20, 2006, 11:19:00 AM »

In the control for the description does it have a line that says

<include>TextcolorBlack</include>

or

<include>TextcolorWhite</include>

It has to be TextcolorBlack, and capitilization matters.
Logged

Cr4z33

  • Archived User
  • Full Member
  • *
  • Posts: 157
Dvd2xbox On Games Blade
« Reply #11 on: October 21, 2006, 02:45:00 PM »

It is

<include>TextcolorBlack</include>
Logged

roormonger

  • Archived User
  • Hero Member
  • *
  • Posts: 605
Dvd2xbox On Games Blade
« Reply #12 on: October 21, 2006, 03:22:00 PM »

And everything else is black but the description text?
Logged

Cr4z33

  • Archived User
  • Full Member
  • *
  • Posts: 157
Dvd2xbox On Games Blade
« Reply #13 on: October 22, 2006, 02:29:00 AM »

Exactly.
Logged

Cr4z33

  • Archived User
  • Full Member
  • *
  • Posts: 157
Dvd2xbox On Games Blade
« Reply #14 on: October 22, 2006, 03:21:00 AM »

OK I have seen a new Livemark mod has come out.
As the Homebrew button is working well I will recycle that for the dvd2xbox program.
Thank you all anyway. smile.gif
Logged