xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Special Limited Offer: SuperNews Unlimited Usenet Access, Unlimited Speed for $11.99
256-bit SSL, 350 Days Retention, 30 Connections - Join Today! - ONLY $11.99

Support this site - buy the X-Scene Tshirt $17.95

Welcome Guest ( Log In | Register )

 Forum Rules Rules
4 Pages V  1 2 3 > »   
Reply to this topicStart new topic
> Xboxmediacenter - May 27th 2007 Svn Rev9113 Build, compiled by T3CH
XanTium
post May 27 2007, 09:15 PM
Post #1


Xanta Powa!
Group Icon

Group: Admin
Posts: 3069
Joined: 17-May 02
From: Solaris
Member No.: 2
Xbox Version: v1.0
360 version: v1 (xenon)





XboxMediaCenter SVN rev9113 build of May 27th 2007 compiled by T3CH



This is a complete snapshot of what was in SVN at the time the build was compiled, with just a few small additions:
+ Killarny & Nuka1195 & Pikes Apple Movie Trailers (AMT) SVN 0.97.5 [scripts: Apple Movie Trailers]
+ BritneysPAIRS's ~110 choosen Milkdrop presets [visualisations: MD - BPs Selection]
+ EnderW & Blittans XBMCScripts Installer 1.8 SCRIPT [scripts: XBMCScripts]
+ Team XBMC Lyrics 1.5 SCRIPT [scripts: XBMC Lyrics]
+ Rockstar's Snake 1.0 SCRIPT [scripts: Snake]
+ Asteron's Tetris 1.0 SCRIPT [scripts: Tetris]
+ Nuka1195's T3CH Downloader SCRIPT [scripts: T3CH Downloader]
+ Codecs for mplayer [/system/players/mplayer/codecs/:*]

Special Note From T3CH:
QUOTE

* 2 small additional extras are included with this build, PM3 Red Theme & PM3 Blue Theme both created by Jezz_X; change Skin color under Settings/Appearance.
* I'm including the >>XBMC Win32 PC environment<<.exe that is meant for skinners & python developers, read more about the concept here. It was built using Microsoft DirectX Summer 2004 SDK.
* I've tweaked the win32 >>run_me_first.bat<< so it runs and then unmounts the virtual drives when you exit.
* If you want to report bugs, please do it the PROPER way, see http://www.xboxmediacenter.com/wiki/index....oper_Bug_Report



NOTEWORTHY, XML and SCRIPT CHANGES IN THIS BUILD:
QUOTE

* added: Waveform visualisation - simple example.
* added: Support for skin color themes - done by placing an xml file in /colors folder. /colors/defaults.xml is the default color theme (if available). PM3 updated by Jezz_X to use the new xml layout.
* fixed: Weird looking images with certain widths

*keymap.xml:



Here is the FULL changelog since the May 20th 2007 SVN Rev9030 Build (last one posted on xbins/xbox-scene):
QUOTE

2007-05-27 9113 Added: Waveform visualisation - simple example.
2007-05-26 9103 fixed: xbmc would crash after having loaded some dll's after dll loader generalization. defining functions like ReleaseModule(LibraryLoader*& pDll) is evil i say. (this fix should be ported to linux branch directly)
2007-05-25 9100 changed: if Dll can be loaded at preferred memory location, skip relocations
2007-05-25 9099 removed some unused imports from mplayer.dll
2007-05-25 9098 changed: rewrote cache thread aborting to hopefully not hardlock (mplayer.dll) fixed: caching dialog for mplayer could easily crash xbmc if mplayer.dll happened to get unloaded before it was unloaded
2007-05-25 9095 fixed: Incorrect string for some localizations for playlist editor "Clear".
2007-05-24 9092 updated: Finnish language (thanks to mikko) updated: Portuguese language (thanks to francisco roca)
2007-05-24 9091 fixed: forgot to init variable
2007-05-24 9090 fixed: set content and scan in context menu didnt honour profile restrictions
2007-05-24 9089 fixed: add source button could show even though the profile was restricted.
2007-05-24 9087 fixed: if you deleted an episode in the video library, the episode count wouldnt update (yes, guys, i feel silly tongue.gif)
2007-05-24 9086 backported: constructor and destructor calling for python objects. caused minor memleak if memory tracking was disabled
2007-05-24 9085 fixed: tracking of objects/memory was disabled for many dll's. (caused big memleak in python that didn't release when script unloaded)
2007-05-24 9084 backported: DllLoader generalization from linux branch
2007-05-24 9083 fixed: mplayer would use wrong charset on srt files if it was playing mkv (old hack that isn't needed anymore)
2007-05-23 9072 fixed: Album information song listing was blank when retrieved from db rather than allmusic.com
2007-05-23 9071 fixed: Comment -> Genre mix up in m4a files due to missing break; in switch statement.
2007-05-23 9070 reverted accidental commit
2007-05-23 9069 fixed: filezilla could leave sessions open on disconnect under unlucky circomstanses fixed: curl client (http/ftp) would leave sessions hanging on Stat/Exist
2007-05-22 9068 fixed: error with sxxe00 in episode guide parsing
2007-05-22 9067 fixed: Aspect ratio of multiimage controls in 720p/1080i
2007-05-22 9066 fixed: Weird looking images with certain widths
2007-05-22 9065 Added: Pixel ratio passed into screensaver creation.
2007-05-22 9063 fixed: HD mode settings were shown on PAL boxes with HD pack (should be just NTSC)
2007-05-22 9062 fixed: mode2 data reading was broken since IoSupport cleanup r8054
2007-05-22 9060 updated french language
2007-05-22 9059 Changes due to changed imdb-page
2007-05-22 9054 changed: Hit/focus mouse behaviour on lists focuses even if you aren't under an item.
2007-05-22 9053 fixed: nfo/xml parsing wasn't working correctly. TiXmlDocument::Parse can and does return 0, even on success.
2007-05-22 9052 Changed : PM3 "media info" view in video library to only display reflection icon when in episodes (makes season DVD icons look better/bigger like Movies)
2007-05-22 9051 fixed: Potential progress dialog left on screen during video import of invalid data.
2007-05-21 9050 Added : First Aired date to DialogVideoInfo.xml for TV shows
2007-05-21 9048 Fixed : New PM3 colors folder wasn't in build.bat
2007-05-21 9047 changed: <disablemodchipdetection> defaults to true (ie disabled). Anything that causes problems for a significant number of users should be disabled by default.
2007-05-21 9046 changed: English, not american, damnit! tongue.gif
2007-05-21 9045 added: Support for skin color themes - done by placing an xml file in <skin name>/colors folder. <skin name>/colors/defaults.xml is the default color theme (if available). PM3 updated by Jezz_X to use the new xml layout.
2007-05-21 9042 fixed: play part didnt show in library view
2007-05-21 9037 updated: German language file (small fixes)
2007-05-21 9036 changed: don't use a global CFile when working with zip files in zip manager.
2007-05-21 9035 fixed: Crash while browsing for a share.



INSTALL NOTES from T3CH readme/nfo:
QUOTE

* APPLICATION INSTALL
- Fresh Install: Transfer _whole_ XBMC folder to your APPS folder (or where you want it).
- Upgrade: Backup the XBMC\UserData folder. Transfer whole XBMC folder to Xbox. Overwrite UserData folder with your backed up copy.

* DASHBOARD INSTALL (SOFTMODS)
ARE NOT COVERED IN THIS README, SEE http://forums.xbox-scene.com/index.php?showtopic=406656

* DASHBOARD INSTALL
- Option 1. Team XBMC's shortcut tool.
It's included in the _tools folder as <<SHORTCUT by TEAM XBMC.xbe>> + <<SHORTCUT by TEAM XBMC.cfg>>.
Instructions here: http://www.xboxmediacenter.com/wiki/index....=As_a_Dashboard (Option 1).
Rename the <<SHORTCUT by TEAM XBMC.xbe>>+.cfg & also EDIT the .cfg so it matches your config.
See APPLICATION INSTALL above.
- Option 2. Thanks to an app called 'Team UIX's Xbe Shortcut Maker v1.0' by JbOnE, it's now easy...
Transfer contents of XBMC folder (this is VERY important since the tool is hardcoded) TO "E:\APPS\XBMC\". Rename <<SHORTCUT by TEAM UIX.xbe>> to something your bios can boot (see http://www.xboxmediacenter.com/wiki/index....=As_a_Dashboard or read your BIOS README) and transfer to location your mod solution boots. No need to fiddle with HOME tag anymore, and future upgrades you need not to worry about this file (unless you move XBMC).

* WIN32 PC ENVIRONMENT INSTRUCTIONS (WIN32 FOLDER)
Good to know, this requires DirectX9 Runtimes to be installed. Also this doesn't work with all graphics cards.
You need to:
- Copy XBMC_PC.exe & 'run_me_first.bat' from win32 to XBMC folder
- Run 'run_me_first.bat'
- Run XBMC_PC.exe

* UPGRADE TIPS
If you're updating from a VERY old/bad build you may get issues. Follow these simple rules:
- Replace (FTP OVERWRITE) all files in your XBMC folder with fresh ones from your new build
- Delete old settings (from UserData/guisettings.xml)
- In some rare cases some of the database files in UserData/Database/*.db may need manual deletion (usually if they are very old). Note: This loses all per file settings you made with the old build!



INFORMATION from T3CH readme/nfo:
QUOTE

XBMC's online manual can be found at http://wiki.xboxmediacenter.com/ .
Any questions or support issues, are best asked in the XBMC support forums, which are located at http://forum.xboxmediacenter.com , or in the official IRC support channel, #XBMC on Freenode IRC network (irc.freenode.net). (NOTE folks in #XBMC can't help with info where to find builds)

If you want other skins (make sure they are up-to-date and compatible before installing them), see:
- http://www.allxboxskins.com/skins/index.ph...=XBMC&cat=0 or
- http://www.xbox-skins.net/forums/index.php?dlcategory=7
there's a list of 2.0 compatible skins here:
- http://www.xboxmediacenter.com/wiki/index....patibility_List

If you want other scripts (extra 3rd party components), see
- http://www.xbmcscripts.com or use the included script installer!

If you want trainers, grab them at
- http://www.google.com/search?q=xbox+trainers

The xbe has been retail patched and was built using v5849 of the XDK.

If you want to remove the startup logo, remove splash.png from the \media folder.
If you want to remove the startup sound, remove start.wav from the \skin\Project Mayhem III\sounds\ folder.

XBMC Changelog is included, see Changelog.txt


Official XBMC Website: http://www.xboxmediacenter.com
Official T3CH Website: http://t3ch.yi.se
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
shizzle01
post May 27 2007, 09:39 PM
Post #2


X-S Senior Member
**

Group: Members
Posts: 172
Joined: 14-April 07
Member No.: 338495



thanx again
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Illumi.Naughty
post May 27 2007, 09:48 PM
Post #3


X-S Senior Member
**

Group: XS-BANNED
Posts: 154
Joined: 24-May 07
From: Springfield, MO USA
Member No.: 343542
Xbox Version: v1.0
360 version: none



Thank You!
Team XBMC is the best. Upgrading Now.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
mironicus
post May 27 2007, 10:04 PM
Post #4


X-S Young Member
*

Group: Members
Posts: 38
Joined: 23-December 05
Member No.: 264818



As I said in the last build:

XBMC doesn't save the individual settings anymore if you watch a video.

I watch a movie with Zoom - after stopping and restarting the movie it will be played with the saved standard settings. Older builds are fine.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
bucko
post May 27 2007, 10:23 PM
Post #5


X-S Hallowed
***********

Group: Moderator
Posts: 7566
Joined: 22-March 03
From: England
Member No.: 28278
Xbox Version: v1.1
360 version: v2 (zephyr)





Nice, but I updated like two days ago. I wish XBMC had an upgrade script cool.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
redwolf
post May 28 2007, 12:33 AM
Post #6


X-S Freak
*****

Group: Members
Posts: 1323
Joined: 10-March 03
From: U.K.
Member No.: 26724
Xbox Version: v1.0
360 version: v1 (xenon)





QUOTE(mironicus @ May 27 2007, 10:40 PM) *

As I said in the last build:

XBMC doesn't save the individual settings anymore if you watch a video.

I watch a movie with Zoom - after stopping and restarting the movie it will be played with the saved standard settings. Older builds are fine.

by zoom do you mean pressing the Y button? i think thats why its temporary. can you not set your settings in the setting>video not while the video is playing? or just delete inside UserData folder...

QUOTE(bucko @ May 27 2007, 10:59 PM) *

Nice, but I updated like two days ago. I wish XBMC had an upgrade script cool.gif

it has wink.gif but i think it olny downloads the zip version via XBMC, so you gotta extract it rolleyes.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
jmarshall
post May 28 2007, 12:42 AM
Post #7


X-S Freak
*****

Group: Members
Posts: 1340
Joined: 7-July 03
Member No.: 47818



QUOTE

As I said in the last build:

XBMC doesn't save the individual settings anymore if you watch a video.

I watch a movie with Zoom - after stopping and restarting the movie it will be played with the saved standard settings. Older builds are fine.


Does it save if you let it run to the end of the movie? (You can seek within a minute or so of the end to save you waiting smile.gif

Cheers,
Jonathan
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
DMAddict
post May 28 2007, 01:08 AM
Post #8


X-S Expert
***

Group: Members
Posts: 636
Joined: 23-June 06
From: Tetraspace
Member No.: 287290
Xbox Version: v1.0
360 version: v2 (zephyr)



Thanks Jezz X and Team XBMC.
QUOTE
* 2 small additional extras are included with this build, PM3 Red Theme & PM3 Blue Theme both created by Jezz_X; change Skin color under Settings/Appearance.

How 'bout a screen shot of the new color PM3 theme.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
skyzerr33
post May 28 2007, 01:25 AM
Post #9


X-S Genius
****

Group: XS-BANNED
Posts: 953
Joined: 4-July 05
From: Australia
Member No.: 231845
Xbox Version: v1.6
360 version: none



QUOTE(DMAddict @ May 28 2007, 11:14 AM) *

Thanks Jezz X and Team XBMC.

How 'bout a screen shot of the new color PM3 theme.


In the skinning section http://forums.xbox-scene.com/index.php?sho...93168&st=45
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Bomb Bloke
post May 28 2007, 02:22 AM
Post #10


X-S Legend
*********

Group: Moderator
Posts: 5194
Joined: 29-January 07
From: Tasmania (AU)
Member No.: 326776
Xbox Version: v1.0
360 version: none



So now mod chip detection is disabled by default? Does this cause any issues if we don't enable it again?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
jmarshall
post May 28 2007, 02:48 AM
Post #11


X-S Freak
*****

Group: Members
Posts: 1340
Joined: 7-July 03
Member No.: 47818



Yes. Modchip detection will not function obviously!

Other than that, no issues. ie XBE's will launch fine. Only re-enable modchip detection if you know it doesn't affect you (ie non-X2 modchip) and you desire the functionality (though if you know you don't have an X2, why do you need to be constantly reminded about what chip you have? tongue.gif )

Cheers,
Jonathan
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
0794
post May 28 2007, 04:01 AM
Post #12


X-S Freak
*****

Group: Members
Posts: 1095
Joined: 29-August 04
Member No.: 142820
Xbox Version: v1.4
360 version: v1 (xenon)



QUOTE(bucko @ May 27 2007, 04:59 PM) *

Nice, but I updated like two days ago. I wish XBMC had an upgrade script cool.gif


no kidding man, it would be very nice - i used to always upgrade often and keep the newest upgrade, but now unless some dramatic new feature is released, i would rather not deal with the hassle of the upgrade...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
currygoat11
post May 28 2007, 04:06 AM
Post #13


X-S Enthusiast


Group: Members
Posts: 15
Joined: 15-September 05
Member No.: 246337



QUOTE
QUOTE(mironicus @ May 27 2007, 10:40 PM)

As I said in the last build:

XBMC doesn't save the individual settings anymore if you watch a video.

I watch a movie with Zoom - after stopping and restarting the movie it will be played with the saved standard settings. Older builds are fine.


by zoom do you mean pressing the Y button? i think thats why its temporary. can you not set your settings in the setting>video not while the video is playing? or just delete inside UserData folder...


No, he is referring to when you press 'Select' button on the xbox DVD remote to change the video settings (zoom, stretch, etc).
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kato66
post May 28 2007, 04:28 AM
Post #14


X-S Enthusiast


Group: Members
Posts: 10
Joined: 10-April 07
Member No.: 337970



Thanks for continuing to make this the best xbmc around smile.gif . Couple of things, for some reason you cannot run "http" scripts with this new build. I tested by going back to the last build and it works perfectly, but it's not working with this new one. Here is a example link http://www.maniatv.com/video/default-300.asx

Lastly, I mentioned this awhile back but the problem still exist. Seems like live streaming video like the link I provided above is lagging. Movement goes in slow motion but the sound is perfect. The last one that worked perfect was rev 8443 as the mplayer.dll is causing the lag. Thanks
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Dimgo
post May 28 2007, 08:30 AM
Post #15


X-S Enthusiast


Group: Members
Posts: 20
Joined: 31-August 03
Member No.: 59746



Great!
I'll try this and see if it solves my problems.

Starting with the 2007-05-20-build, I can't access my Vista computer over the network. It didn't work with the Final FAT version, as I followed the T3CH-releases it suddenly worked with, I think the release before the 2007-05-20 build. But as I said, the last version crippled my network comunications again :-(

So, looking forward to see if this one will do it :-)

Thanx for your hard work!!! Your the best!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





4 Pages V  1 2 3 > » 
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 21st November 2009 - 08:41 AM