xboxscene.org forums

Pages: [1] 2 3 4

Author Topic: Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build  (Read 543 times)

XanTium

  • Archived User
  • Hero Member
  • *
  • Posts: 1358
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« on: May 04, 2008, 04:33:00 PM »

XBMC for Xbox (XboxMediaCenter) SVN rev12881 build of May 04th 2008 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.99.4b rev2118 [scripts/Apple Movie Trailers]
   + EnderW & Blittan's XBMCScripts Installer 1.8 SCRIPT [scripts/XBMCScripts]
   + Team XBMC Lyrics 1.5.8 rev2068 SCRIPT [scripts/XBMC Lyrics]
   + Asteron's Tetris 1.1 SCRIPT [scripts/Tetris]
   + BigBellyBilly's T3CH Upgrader 1.6 [scripts/T3CH Upgrader]
   + Nuka1195 & Dataratt's AOL Videos Plugin 1.1.1 [plugins/video/AOL Videos Plugin]
   + Nuka1195's XBMC-Addons Installer 1.0 [plugins/programs/]
   + Codecs for mplayer [/system/players/mplayer/codecs/*]
   + PM3 Red Theme + PM3 Blue Theme by Jezz_X


Special Note From T3CH:
QUOTE

* AMT updated to 0.99.4b; NOTE: if you have duplicate actors for a movie, a rebuild of the DB is needed. Keep the cache, just delete AMT.db and it should rebuild fairly quickly.
* T3CH Upgrader updated to 1.6
* 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://xbmc.org/wiki...oper_Bug_Report



NOTEWORTHY, XML and SCRIPT CHANGES IN THIS BUILD:
QUOTE





Here is the FULL changelog since the April 21st 2007 SVN Rev12746 Build (last one posted on xbins/xbox-scene):
QUOTE

2008-05-04  12881  fixed: ListItem.Filename and ListItem.Path infolabels would not work from library. added: ListItem.FilenameAndPath infolabel for consistency (same as ListItem.Path)
2008-05-04  12880  added: abilty to hide scripts/folders in the scripts window. (You prepend a dot to the name. eg ".backups" folder (without quotes) would be hidden)
2008-05-04  12879  fixed: Stopping webserver and then re-starting webserver would cause crash
2008-05-04  12878  fixed: [ 1954479 ] Fix minfanspeed setting GUI item. (thanks DrDDT)
2008-05-04  12877  fixed: Aspect ratio of subtitles in fullscreen video.
2008-05-04  12876  changed: Format items up on queue (means they'll queue in the order they'll list in a folder structure).
2008-05-03  12875  added: highlight currently playing shoutcast station/last.fm station/.strm file...
2008-05-02  12873  Changed : Added some background images for the home window scripts buttons (it used to share settings)
2008-05-02  12867  updated: Greek translation, thanks Ydatografida!
2008-04-29  12859  fixed: stupid c&p (tbh i cant really use that as an excuse, this was pure stupid)
2008-04-29  12858  fixed: new asap codec so we can avoid them nasty hacks - thanks again pfusik!
2008-04-28  12857  added: Ability to use togglebuttons in place of buttons in settingscategory buttons. Uses <alttexturefocus> when rendering the selected category while in the settings list.
2008-04-28  12853  fixed: setting a dns suffix would break, dns lookup for internet queries. ( i'm surprised nobody spotted this smile.gif )
2008-04-28  12852  changed: moved player startup options to dvdplayer process instead of application process so player startup actually directly starts at the given time instead of doing a seek to it.
2008-04-28  12851  reverted accidental change
2008-04-28  12850  changed: don't cache/load subtitles in dvdplayer if subtitles are disabled for a given movie (or as default)
2008-04-27  12849  Added : PM3 - A big cover list view "List 2" to Library TV show seasons node
2008-04-27  12847  fixed: stupidity
2008-04-27  12846  added: log if no regexp matches a file during series folder enumeration
2008-04-27  12845  fixed: some polish to the asap stuff
2008-04-27  12844  forgot to update win32 project
2008-04-27  12843  added: asap (atari audio) codec to paplayer. thanks to pfusik
2008-04-27  12842  changed: export music database now exports associated artist / album paths to ease it for the nfo app. note that these paths may or may not hold bollocks, depending on your filesystem layout (code assumes artist/album1/ artist/album2/ etc layout)
2008-04-27  12841  fixed: album/artist nfo files didnt work
2008-04-27  12840  fixed: refresh tvshow ignored local banner / fanart
2008-04-27  12839  fixed: artist thumbs wouldnt update in listing if you fetched a new / changed thumb
2008-04-27  12838  cosmetics
2008-04-27  12837  fixed: if an exception is caught during video database export, make sure we close the progress dialog
2008-04-27  12836  fixed: make sure the title label is cleared while cleaning the video database
2008-04-26  12833  added: listitem.property(artistthumb) to album and song info dialogs.
2008-04-25  12832  added: listitem.property(artistthumb) to album and song info dialogs.
2008-04-24  12828  changed: changed INFOFLAG_LISTITEM_NOWRAP to WRAP instead, allowing me to tighten up the code a bit and make it more readable (thanks jmarshall!)
2008-04-24  12825  fixed: if Container was omitted when calling ListItemNoWrap, then the new NoWrap infolabels weren'tbeing caught. changed: added GETters for GUIInfo::m_data1 and m_data2 and changed all calls to use those instead of direct access. changed: cleaned up GUIInfo packing, and some of the code for the new NoWrap ListItems
2008-04-24  12824  fixed: small change to avoid compiler warning
2008-04-24  12823  added: inttypes.h and stdint.h to xbmc.vcproj and XBMC_PC.vcproj
2008-04-24  12822  added: xbmc project copy of inttypes.h and stdint.h
2008-04-24  12821  fixed: CGUIInfoColor::GetColor wasn't really const
2008-04-24  12820  fixed: specified TimeFormat string wasn't being recognized in System.Time changed: tighten up some of the ListItem code
2008-04-24  12819  fixed: video seeking issue. (r12818 from linux branch)
2008-04-24  12816  added: Mirrored all Container(x).ListItem(y).<item> infolabels to a Container(x).ListItemNoWrap(y).<item> versino that acts the same but will not wrap the list, and simply return empty if the specified offset is outside the list bounds. All ListItem items are available with the new infolabels (Icon, Label, Label2, etc, etc)
2008-04-23  12815  fixed: typos, I curse thee!
2008-04-23  12814  fixed: listitem.property(fanart_image) was being set all the time even if no fanart existed for the item
2008-04-23  12812  fixed: lastfm directory browsing crash
2008-04-23  12805  updated: Greek translation, thanks Ydatografida
2008-04-23  12804  changed: unified code for system.fanspeed and system.minfanspeed. Kept system.fanspeed at steps of 5 for now since that is how it was, but the steps can be easily changed in the CSettingsInt
2008-04-23  12803  changed: allow lower min fanspeed, per patch #1949575 (thanks DrDDT!)
2008-04-23  12802  fixed: compile error under xbox due to message changes (though why this doesn't affect other builds is curious)
2008-04-23  12795  fixed: DNS suffix could not be cleared once set
2008-04-23  12794  Changed : Trimmed up skin settings code a little
2008-04-23  12793  added: <label2> tag to buttoncontrols, and infolabel-ized it.
2008-04-23  12791  changed: optimized fanart lookups for cached thumbs
2008-04-22  12790  added: List Item Property "fanart_image", available at the show titles level
2008-04-22  12784  changed: Make CGUIMessage constructor accept only the pointer types we should be sending, to pick up incorrect usage. fixed: More incorrect usage of CGUIMessage constructor (meant tracklist/discography in album/artist info didn't display + musicplaylist editor screwups).
2008-04-22  12780  fixed: Song ratings wouldn't update the UI.
2008-04-22  12773  fixed: InfoColor's with a label of "-" should use its native color and not parse
2008-04-22  12771  fixed: Album list wouldn't return all albums if some albums had no info.
2008-04-22  12770  fixed: Refresh in album/artist info views wasn't functioning.
2008-04-22  12769  fixed: allmusic scraper would miss many matches, due to the "Listen Now!" feature. Thanks to kurai-kaze for the research into how it was going wrong.
2008-04-21  12768  Added : 3D list view back to artist view in music library
2008-04-21  12752  Added : short cuts to plugins node in Video and Music Library for skinners use ActivateWindow(VideoLibrary,Plugins) and ActivateWindow(MusicLibrary,Plugins)
2008-04-21  12751  fixed: compile of win32 build.
2008-04-20  12748  added: [ 1877042 ] EDL/Cut Support for XBMC's DVDPlayer. (thx drddt) Disabled by default, enable from player settings. This support is currently untested and is slightly modified from original patch. Might need some more modifications.



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-s...howtopic=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://xbmc.org/wiki...=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://xbmc.org/wiki...=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).

* AN INTRODUCTION TO PLUGINS
XBMC has a system for Media plugins to allow browsing of remote content (Internet) using the regular filesystem approach.
Plugins are put inside >>XBMC/plugins/<video/music/pictures>/<< (I already do this for the one/s I include), furthermore they also need to be installed as a source in (video/music/pictures).
You do this install by using the contextmenu choice >>Add New Source<< while in ROOT list and then choosing ***Plugins as source.
Then you highlight (not select) the folder of the plugin you want to install. It will be saved inside sources.xml for future.

* 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://xbmc.org/wiki/?title=Main_Page .
Any questions or support issues, are best asked in the XBMC support forums, which are located at http://xbmc.org/forum/ , 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 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.co...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://xbmc.org
Official T3CH Website: http://t3ch.yi.se
Logged

k@iserex

  • Archived User
  • Jr. Member
  • *
  • Posts: 97
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« Reply #1 on: May 04, 2008, 05:22:00 PM »

XBMC rocks all the way...
I cant live whit out it..
Ty!!!!
Logged

6StringKng

  • Archived User
  • Newbie
  • *
  • Posts: 49
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« Reply #2 on: May 04, 2008, 04:54:00 PM »

Nice, was about to watch some Heroes but seen this in the RSS feed in XBMC, hopefully all the bugs in the last one were fixed smile.gif, can't wait to try it out.  TY T3CH!!!
Logged

NineT9mustang

  • Archived User
  • Hero Member
  • *
  • Posts: 531
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« Reply #3 on: May 04, 2008, 05:01:00 PM »

QUOTE(XanTium @ May 4 2008, 03:09 PM) View Post

2008-04-27 12847 fixed: stupidity


Awesome! Been looking forward to that one for a while! tongue.gif

Anyway, thanks for t3ch for the build smile.gif Excited to test some stuff out! and Vision2 comes out tomorrow everyone
Logged

Illumi.Naughty

  • Archived User
  • Jr. Member
  • *
  • Posts: 65
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« Reply #4 on: May 04, 2008, 06:24:00 PM »

I was also waiting for that fix for stupidity.
lol
Thanks Team XBMC for the awesome app,
& T3CH for compiling it too.

NineT9Mustang,
Whats with the avatar countdown?
Logged

MonkY2

  • Archived User
  • Newbie
  • *
  • Posts: 16
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« Reply #5 on: May 04, 2008, 07:23:00 PM »

Thx for a new release !
Unfortunatelly, this build is playing all my movies black&white on my HTPC. Hope to see a fix soon.
Logged

moisan4

  • Archived User
  • Newbie
  • *
  • Posts: 4
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« Reply #6 on: May 04, 2008, 07:19:00 PM »

Why does .mkv video files lag on XBMC?  This seems to be the case for every T3CH build.  Everything else works great.
 uhh.gif

Why does .mkv video files lag on XBMC?  This seems to be the case for every T3CH build.  Everything else works great.
 uhh.gif
Logged

mcatrage

  • Archived User
  • Newbie
  • *
  • Posts: 31
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« Reply #7 on: May 04, 2008, 07:58:00 PM »

Everything work great for me thanks team xbmc and t3ch.
Logged

Foe-hammer

  • Archived User
  • Hero Member
  • *
  • Posts: 2288
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« Reply #8 on: May 04, 2008, 08:51:00 PM »

Thanks again for the continued xbmc support!


BUG REPORT

I see no fix for the Digital 5.1 surround, in where the surround positioning is in the wrong locations (Front Right Speaker, Front Left Speaker, Center Speaker, Back Left Speaker, Back Right Speaker, Bass Speaker - sound comes out of wrong speakers).

This has been a bug since XBMC-SVN_2008-03-09_rev11970-T3CH build.

This post has been edited by Foe-hammer: May 5 2008, 05:06 AM
Logged

golephish

  • Archived User
  • Newbie
  • *
  • Posts: 16
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« Reply #9 on: May 04, 2008, 08:59:00 PM »

should i upgrade from the 4.20 -- i mean its 4.20 -- hmm
Logged

tomgreen99200

  • Archived User
  • Hero Member
  • *
  • Posts: 826
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« Reply #10 on: May 04, 2008, 10:04:00 PM »

I love my XBMC ! Thanks for the hard work !!
Logged

0794

  • Archived User
  • Hero Member
  • *
  • Posts: 819
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« Reply #11 on: May 04, 2008, 11:30:00 PM »

XBMC is absolutely amazing and continues to get even better...almost not a day goes by that i don't fire up XBMC to watch or listen to something...

keep with the new features and updates...

cheers...
Logged

Geeba

  • Archived User
  • Jr. Member
  • *
  • Posts: 64
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« Reply #12 on: May 05, 2008, 05:36:00 AM »

love.gif  Fanx T3CH!  love.gif
Logged

Hack_kid

  • Archived User
  • Jr. Member
  • *
  • Posts: 66
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« Reply #13 on: May 05, 2008, 05:48:00 AM »

You should report that Bug on the offical bug tracker thas an important one
Logged

elupus

  • Archived User
  • Full Member
  • *
  • Posts: 211
Xbmc For Xbox - May 04th 2008 Svn Rev12881 Build
« Reply #14 on: May 05, 2008, 06:00:00 AM »

foehammer:
what type of source (audio codec specifically) has this issue?
Logged
Pages: [1] 2 3 4