xboxscene.org forums

Author Topic: Xboxmediacenter - August 19th 2007 Svn Rev9999 Build  (Read 120 times)

XanTium

  • Archived User
  • Hero Member
  • *
  • Posts: 1358
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« on: August 19, 2007, 04:47:00 PM »

XboxMediaCenter SVN rev9999 build of August 19th 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 & Pike's Apple Movie Trailers (AMT) SVN pre0.98.9 rev1435 [scripts: Apple Movie Trailers]
   + EnderW & Blittan's XBMCScripts Installer 1.8 SCRIPT [scripts: XBMCScripts]
   + Team XBMC Lyrics 1.5.5 rev1325 SCRIPT [scripts: XBMC Lyrics]
   + Asteron's Tetris 1.0 SCRIPT [scripts: Tetris]
   + Nuka1195's T3CH Downloader SCRIPT rev1450 [scripts: T3CH Downloader]
   + Codecs for mplayer [/system/players/mplayer/codecs/:*]
   + PM3 Red Theme + PM3 Blue Theme by Jezz_X


Special Note From T3CH:
QUOTE

* 9999 - nice even number! Will be fun to see what Team XBMC has in store for the next 10000 revisions!
* AMT + T3CH downloader scripts updated due to changes on my website.
* 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: basic UPnP renderer, remote control playback of xbmc from another UPnP device. ( currently fails to update status correctly to controller, so expect some oddities ). Use intel's upnp AV Media Controller for example to test for example.
* fixed: 100% CPU usage during screensavers

* keymap.xml:



Here is the FULL changelog since the August 12th 2007 SVN Rev9920 Build (last one posted on xbins/xbox-scene):
QUOTE

2007-08-19  9999  fixed: root of video library would sometimes give wrong node id's to recently added movies/tvshows folders fixed: upnp server gave wrong parent id to root of music/video library item.
2007-08-19  9995  updated: Swedish language file by blittan (based on english 9956)
2007-08-19  9994  fixed: typo
2007-08-18  9987  fixed: Smart playlist editor now edits duration as a MM:SS field, rather than seconds.
2007-08-18  9983  fixed: missing string for album compilations for music db changed: make sure music/video database directory logs a warning for missing labels for nodetypes
2007-08-18  9982  changed: upnp client will not show folders that are known to be empty changed: always give item count for video files, audio files, picture files upnp roots
2007-08-18  9981  fixed: thumbnails for folders should now work over upnp too
2007-08-17  9979  fixed: Wrap around listitem(offset).* wasn't working correctly in lists.
2007-08-17  9976  reverted: parts of previous commit that was wrong
2007-08-17  9975  fixed: XBMC_PC and XBMC on xbox wouldn't find eachother properly over upnp
2007-08-17  9974  changed: store upnpserver.xml in userdata instead of system
2007-08-17  9973  changed: reorganized upnp options.
2007-08-17  9969  added: upnp server now exports xbmc's video/music library. files on xbox hd are exported by http server, external items with their own url. Note hardly any client apart from xbmc will understand urls such as shout://,smb:// and other internal xbmc variants, so you might have limited luck with external files.
2007-08-17  9968  changed: add some more label names to CVideoDatabaseDirectory::GetLabel changed: make GetLabel of CMusicDatabaseDirectory and CVideoDatabaseDirectory static
2007-08-16  9966  fixed: Lists with static content didn't save their focused item.
2007-08-15  9956  added: basic UPnP renderer, remote control playback of xbmc from another UPnP device. ( currently fails to update status correctly to controller, so expect some oddities ). Use intel's upnp AV Media Controller for example to test for example.
2007-08-15  9954  changed: don't recreate yuv->rgb lookup textures on configure, if parameters are the same as before
2007-08-15  9953  fixed: Race condition in slideshow could cause double attempt at loading images (which uses memory).
2007-08-15  9951  fixed: 100% CPU usage during screensavers.
2007-08-15  9948  fixed: Very short comments could crash the EXIF parser.
2007-08-14  9943  changed: some nitpicks with labels in recently added nodes in video and music library
2007-08-14  9942  fixed: * all albums item sorted wrong in a couple of nodes
2007-08-14  9941  fixed: upnp server wouldn't serve paths wich ended with a slash updated: upnp lib Platinum to 0.3.8 revision.
2007-08-14  9940  fixed: CVirtualPathDirectory::GetTypeAndSource didn't set type parameters (if there was a reason for the change let me know, as upnp server needs it)
2007-08-14  9939  added: recently added movies/episode nodes to the video library
2007-08-14  9938  changed: guilib project had different include paths in release build than it did in debug build.
2007-08-14  9936  fixed: win32 Release build compile issue.
2007-08-14  9934  fixed: xbox compile failed due to missing IP_MULTICAST_LOOP
2007-08-13  9933  fixed: MAX_STREAMS where wrong in XBMC_PC build for dvdplayer
2007-08-13  9932  changed: always double buffer in XBMC_PC build changed: added same types of ugly locks to XBMC_PC rendermanager as xbox fixed: renderers would crash when exiting fullscreen
2007-08-13  9931  changed: handle upnp tags separate for video/audio/picture items changed: upnp now sends responses/announces on the loopback interface too (windows media player does so on local machine)
2007-08-13  9930  fixed: Delete and Rename from media views didn't clear the fileitem cache.
2007-08-13  9929  fixed: include paths in guilib.
2007-08-13  9928  fixed: All "old format" static content wasn't rendered.
2007-08-13  9927  fixed: wrong define used
2007-08-13  9926  fixed: type which caused upnp thumbs not to be cached
2007-08-13  9925  added: basic video renderer for win32 build. doesn't work on my machine, but it should work if graphic card supports pixelshader 1.3
2007-08-13  9924  fixed: curl could assert if something threw an exception inside fixed: curl didn't work in win32 build added: thumbnail loading for upnp client
2007-08-13  9923  fixed: make upnp folders have a trailing slash.
2007-08-13  9921  added: <textoffsetx> to fadelabel control to start the scrolling position at other than the left margin.



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
Logged

Lush

  • Archived User
  • Sr. Member
  • *
  • Posts: 261
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« Reply #1 on: August 19, 2007, 06:01:00 PM »

thank you for all your hard work...
Logged

TheIrishLad

  • Archived User
  • Sr. Member
  • *
  • Posts: 343
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« Reply #2 on: August 19, 2007, 07:26:00 PM »

QUOTE(proger @ Aug 19 2007, 06:05 PM) *

Wait, you guys are linking to a site that provides binary copies of XBMC?  (IMG:style_emoticons/default/uhh.gif)

Shh  (IMG:style_emoticons/default/laugh.gif)

Another great release.  Thanks XBMC team.
Logged

hassan

  • Archived User
  • Jr. Member
  • *
  • Posts: 70
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« Reply #3 on: August 19, 2007, 08:09:00 PM »

has mplayer.dll been repaired?
Logged

delftdamage

  • Archived User
  • Newbie
  • *
  • Posts: 7
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« Reply #4 on: August 19, 2007, 09:16:00 PM »

(IMG:style_emoticons/default/mad.gif)  For the first time I used the t3ch downloader.

downloaded and extracted succesfull..

renamed xbmc folder (with unleashx) and copied the new xbmc folder successfull

Now I restart I see the t3ch logo for 1sec then I get a black screen.

FTP also not working, only games.

I should have used FTP like I always do, so stupid of me! :S

Now what? I believe I can burn unleasx to dvd right and boot it?




Logged

egY2K

  • Archived User
  • Newbie
  • *
  • Posts: 5
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« Reply #5 on: August 19, 2007, 11:02:00 PM »

What happened to the 'Add Source' icon in Pictures, Videos, & Music?  
It's still there in Programs.
Logged

Bomb Bloke

  • Archived User
  • Hero Member
  • *
  • Posts: 2398
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« Reply #6 on: August 20, 2007, 12:03:00 AM »

@delftdamage: Try holding down Y + White when XBMC starts.
Logged

jmarshall

  • Archived User
  • Hero Member
  • *
  • Posts: 541
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« Reply #7 on: August 20, 2007, 01:52:00 AM »

Add source icon is fixed in rev 10009.
Logged

HackaJack

  • Archived User
  • Newbie
  • *
  • Posts: 19
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« Reply #8 on: August 20, 2007, 05:00:00 AM »

Thanks for another great release.

Question, has anyone noticed a jingle type sound in the background when playing certain movies? I don't know if it's the DivX or Xvid codec that is having problems but maybe someone here can confirm.

Thanks
Logged

netwho

  • Archived User
  • Newbie
  • *
  • Posts: 7
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« Reply #9 on: August 20, 2007, 05:03:00 AM »

QUOTE(delftdamage @ Aug 20 2007, 05:16 AM) *

(IMG:style_emoticons/default/mad.gif)  For the first time I used the t3ch downloader.

downloaded and extracted succesfull..

renamed xbmc folder (with unleashx) and copied the new xbmc folder successfull

Now I restart I see the t3ch logo for 1sec then I get a black screen.

FTP also not working, only games.

I should have used FTP like I always do, so stupid of me! :S

Now what? I believe I can burn unleasx to dvd right and boot it?


I get exactly the same behavior with the t3ch version from august 12th...
So I likely will get that with the current version as well.
Do I miss something?
What's the cause?
What should the "press the X during boot" accomplish?
Why should that not happen when updating the FTP way?

Regards, netwho

This post has been edited by netwho: Aug 20 2007, 12:04 PM
Logged

Bomb Bloke

  • Archived User
  • Hero Member
  • *
  • Posts: 2398
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« Reply #10 on: August 20, 2007, 05:18:00 AM »

Sounds related to this issue.

What's this about pressing the X button?
Logged

nuka1195

  • Archived User
  • Sr. Member
  • *
  • Posts: 290
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« Reply #11 on: August 20, 2007, 07:14:00 AM »

for those having problems with the T3CH downloader.

You sure you're doing it right?

T3CH bundles the XBMC folder inside a main folder.

No need to copy it, you should move the XBMC folder, it's way faster.

Logged

Cimlite

  • Archived User
  • Jr. Member
  • *
  • Posts: 80
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« Reply #12 on: August 20, 2007, 09:58:00 AM »

Thank you, as always. (IMG:style_emoticons/default/smile.gif)

The "Recently added movies/episode" feature is brilliant! One of those things you instantly wonder how it worked without it.
Logged

DaFunks

  • Archived User
  • Newbie
  • *
  • Posts: 41
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« Reply #13 on: August 20, 2007, 10:58:00 AM »

QUOTE(nuka1195 @ Aug 20 2007, 02:14 PM) *

for those having problems with the T3CH downloader.

You sure you're doing it right?

T3CH bundles the XBMC folder inside a main folder.

No need to copy it, you should move the XBMC folder, it's way faster.

I never knew you could do this... I thought some files never got writen too....

Ill try it and see if it works.
Logged

elitegamer360

  • Archived User
  • Full Member
  • *
  • Posts: 234
Xboxmediacenter - August 19th 2007 Svn Rev9999 Build
« Reply #14 on: August 20, 2007, 11:54:00 AM »

Thank you as Always you guys ROCK. (IMG:style_emoticons/default/smile.gif)
Logged