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
3 Pages V  1 2 3 >  
Reply to this topicStart new topic
> Xbmc For Xbox - December 30th 2008 Svn Rev16762, compiled by T3CH
XanTium
post Dec 31 2008, 05:57 AM
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)





XBMC for Xbox (XboxMediaCenter) SVN rev16762 build of December 30th 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 pre-0.99.7.1 rev2372 [scripts/Apple Movie Trailers]
+ Nuka1195's Apple Movie Trailers II Plugin 1.4.1 [plugins/video/Apple Movie Trailers II]
+ Team XBMC Lyrics 1.6.0 rev2346 SCRIPT [scripts/XBMC Lyrics]
+ Asteron's Tetris 1.1 SCRIPT [scripts/Tetris]
+ BigBellyBilly's T3CH Upgrader 1.7.4 SCRIPT [scripts/T3CH Upgrader]
+ Boris Sitsker's YouTube 3.2 SCRIPT [scripts/YouTube3]
+ Nuka1195's SVN Repo Installer 1.1 PLUGIN [plugins/programs/]
+ Codecs for mplayer [/system/players/mplayer/codecs/*]


Special Note From T3CH:
QUOTE

* Due to the slowed down development in the Xbox branch, I will no longer release new SVN builds as often as I did before. So I will still build (the best) new XBMC SVN builds for Xbox but just on an irregular basis. Note that I removed the MediaStream skin due to its significant addition to the package.
* If you want to report bugs, please do it the PROPER way, see http://xbmc.org/wiki/index....oper_Bug_Report


NOTEWORTHY, XML and SCRIPT CHANGES IN THIS BUILD:
QUOTE




CHANGELOG since December 07th 2008 Svn Rev16491 build:
QUOTE

2008-12-30 16762 [Xbox]: merged Linuxport revisions 16612,16650,16651,16653,16657,16661-16662,16673,16676,16677,16680,16685,16699-16701,16703-16705,16708,16709,16711,16714,16715,16716,17617,16720-16723,16727,16733
2008-12-25 16713 [Xbox]: changed: we shouldn't pushback paplayer for content "video/avi"
2008-12-24 16710 [Xbox]: changed: video resume logic. Now the resume point is NOT saved when within the first 15 seconds or in the last second.
2008-12-23 16682 [Xbox]: fixed hang at shutdown/reboot when Python scripts are running. I consider this a workaround (disabled StopThread()) and not an actual fix, but it will have to do for now. Fixes #5532
2008-12-22 16649 [Xbox]: merged Linuxport revisions 16489,16492,16499,16509,16510,16525-16528,16533,16535-16537,16550-16553,16555 16556,16563-16565,16572,16577,16586,16587,16601,16604,16611,16613,16614,16618
2008-12-18 16606 [Xbox]: Cosmetics
2008-12-18 16605 [Xbox]: fixed: FatX limiter allowed certain illegal character. This could cause ie access/copy errors rather then converting them to _. Also improved the FatX limiter so it will now try to convert to close "looking" characters if possible (ie. ü -> u) instead of always converting to _. Fixes #5285
2008-12-17 16591 [Xbox]: fixed DVDPlayer should also be used with UPnP sources when the filetype is "video/avi".
2008-12-16 16583 [Xbox]: changed version string to "pre-9.04"
2008-12-15 16581 [Xbox]: fixed "Play using..." for UPnP sources. Also made the DVDPlayer default when file is on internet & filetype is unknown. This is should also fix not being able to seek (ff/rw) through files on UPnP sources.
2008-12-15 16571 merged: upnp from linux branch [16569]
2008-12-13 16541 merged: upnp elupus compiling warnings to trunk
2008-12-12 16539 fixed: upnp possible deadlock, fetch root scpd after embedded devices now
2008-12-12 16531 [Xbox]: fixed fanart screensaver + implemented _P() macro in util.h
2008-12-12 16522 fixed: gcc 4.2.3 compiling errors
2008-12-12 16521 merged: from branches/linuxport (16517)
2008-12-12 16520 merged: upnp from branches/linuxport (16517) fixed: upnp compilation errors due to Unicode support
2008-12-11 16519 [Xbox]: Merged part of Linuxport r11818: smb to use all available master browsers to build the workgroup list (recommended on libsmbclient for small networks).
2008-12-11 16518 [Xbox]: Reverted merge of Linuxport r16255. It seems to cause more issues than it potentially resolves.

Merge Log:
Merged r16733: changed: fit embedded ass/saa subtites more to libass, they use a slightly different format and are parsed in ass_process_chunk, fixes crash on linux http://samples.mplayerhq.hu/Matroska/subtitles/
Merged r16727: Made it possible to choose the resample rate in paplayer (dont resample by default). This should fix #5223 atleast the samplerate part
Merged r16723: changed: [WIN32] - rebuild imagelib.dll to match r16721
Merged r16722: fixed: removed duplicate constant from xbmc module
Merged r16721: changed. apparently flip means mirror
Merged r16720: changed: remove unused confusing files. thanks to mbuchoff (ticket #5536)
Merged r16716: changed: surround conditional mprintf() calls with braces since this function is sometimes #defined to nothing.
Merged r16715: added: 'play using ...' in the context menu of the filemanager. Thanks to vdrfan (merry xmas to you too ;-))
Merged r16714: workaround: take content-type from latest stream does not work for tuxbox-enigma2
Merged r16711: fixed crash when logging cddb data. For what was the 'z'?
Merged r16709: [ffmpeg] Add dll's with changes from elupus
Merged r16708: removed: unused function.
Merged r16705: added: ticket #5531 - Flip FanArt horizontally
Merged r16704: changed: order of interlace handling options
Merged r16703: fixed: de-elan'ify some code
Merged r16701: added: (rest of) #5246 - Fix hang at end of RTMP stream. thanks to frosty
Merged r16700: forgotten commit - should fix #5528
Merged r16699: added: ticket #5309 - Add grouping to internal MythTV client. thanks to anenigma
Merged r16685: [libass] rebuild libass to link static against freetype, otherwise dll crashes without zlib1.dll and freetype6.dll in system directory
Merged r16680: [ffmpeg] Added patches we use for ffmpeg and new dlls
Merged r16677: changed: move iconv headers includes into CCharsetConverter to avoid having them included project wide
Merged r16676: [ffmpeg] added new headerfiles dependency's, new build script for osx and win32
Merged r16673: fixed: imdb trailer enabled scrapers won't get any trailer urls. scrapers will now fetch the theatrical trailer (fixes #5291)
Merged r16662: reverted: 16657
Merged r16661: delted: folder to make place for restore
Merged r16657: [ffmpeg] delete also headerfile dependency for xbmc
Merged r16653: revert: invalid changes of PRId64 -> lld. lld isn't supported on most visual studio compilers
Merged r16651: fixed: gcc warnings from last commit. These should be more portable between compilers. Hopefully VS won't complain.
Merged r16650: fixed: compiler warnings + cosmetics
Merged r16618: added: multiple cd stack regexp to match files without tokens/seperators like hypens, blanks, underscore or dots
Merged r16614: added: Ticket #5513 - PT-PT Movie scraper - Cinema PTGate (thanks to apaneiro!)
Merged r16613: fixed: Ticket #5510 - Extend regexp for ignore tokens (IGNORE_THE)
Merged r16612: added: optional window parameter to the builtin function Action(<action_to_perform>[,<window_to_send_it_to>]). Allows redirecting actions from dialogs to windows and the like.
Merged r16611: added: SHIFT-letter jumping through lists, using the current sort-order.
Merged r16604: fixed: filmaffinity scraper won't fetch genres correctly in some special cases (thanks again to HectorziN)
Merged r16601: fixed: deadlock if dvdplayer was doing explicit framedropping to achieve a specific display framerate
Merged r16587: fixed: missing duplicate inclusing pragma
Merged r16586: fixed: Ticket #5499 - Fixed Filmaffinity Scraper (thanks to HectorziN)
Merged r16577: updated: French translation
Merged r16572: fixed: mymovies.xml import does not support multiple genres
Merged r16565: updated: greek, finnish and korean language. thanks to ydatografida, mikko and airplanez
Merged r16564: fixed: it helps to use correct names (ffmpeg deinterlacer: linblenddeint)
Merged r16563: added: ticket #5438 - Amazon UK and Amazon US video scrapers available. thanks to jelockwood!
Merged r16556: fixed: r16552 contained no loading code. <video><postprocessing>linblenddeint|cubicpoldeint|ffmpegdeint</postprocessing></video>
Merged r16555: added: [WIN32] Enabled karaoke. fixed: Compile errors.
Merged r16553: added: ticket #5443 - Enables XML playlists with extra metadata. thanks to oldnemesis!
Merged r16552: added: ticket #5456 - Allow the user to select what ffmpeg deinterlacer they want to use from advancedsettings.xml. thanks to oebb!
Merged r16551: forgotten file
Merged r16550: added: ticket #5458 - Jadedvideo scraper update. thanks to lovedaddy!
Merged r16537: [WIN32]: recompiled ffmpeg libs with gcc 4.2.1 to fix runtime exception with LoadLibrary
Merged r16536: Ticket #3676 - file path as a rule field in smart playlists
Merged r16535: changed: updated all fanart enabled scrapers to use the new themoviedb.org 2.0 api (more fanart)
Merged r16533: changed: make the framedropping logic less picky on when to enable. should fix the bob issues on xbox (when this get's merged to trunk)
Merged r16528: changed: removed the year expression in moviemaze.de scraper to increase search results
Merged r16527: fixed: german translation for "Loading media info from files" (thanks to locutus for pointing this out.)
Merged r16526: fixed: forgotton change from last commit.
Merged r16525: fixed: various possible reads from uninitialized variables. fixed: possible write outside array bounds in HTMLUtil.cpp.
Merged r16510: fixed: two lines accidentially included in r16405. broke mixed url/xml nfo's among other things
Merged r16509: added: Export Thumbs and Fanart Along With Video Library (Ticket #5393)
Merged r16492: added: ticket #5440 - Add support for movie.tbn and movie-trailer.ext, add's additional fanart check. thanks to fekker!
Merged r16489: changed: if skinners don't include an "lsep" control use a "sep" control for plugin settings



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://xbmc.org/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://xbmc.org/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).

* 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.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://xbmc.org
Official T3CH Website: http://t3ch.yi.se
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
R111
post Dec 31 2008, 07:21 AM
Post #2


X-S Member
*

Group: Members
Posts: 117
Joined: 21-March 07
Member No.: 335159



Thanks again as always. Happy holidays..
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
karifsmith
post Dec 31 2008, 08:48 AM
Post #3


X-S Enthusiast


Group: Members
Posts: 3
Joined: 2-September 04
Member No.: 143760



Yes, thank you very much!! This has been of great use to me over the years! Happy holidays
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kingsize30
post Dec 31 2008, 10:02 AM
Post #4


X-S Enthusiast


Group: Members
Posts: 2
Joined: 31-December 08
Member No.: 401109



edit: its been solved biggrin.gif

This post has been edited by kingsize30: Dec 31 2008, 10:21 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Geeba
post Dec 31 2008, 10:34 AM
Post #5


X-S Member
*

Group: Members
Posts: 116
Joined: 4-January 07
Member No.: 322238
Xbox Version: v1.0
360 version: unknown



Thank you! Happy New Year! biggrin.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
roadrash
post Dec 31 2008, 10:39 AM
Post #6


X-S Member
*

Group: Members
Posts: 78
Joined: 14-September 02
From: UK
Member No.: 3769



Thank you so much I am very grateful for your efforts & wish you a "Happy New Year"
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
noudles
post Dec 31 2008, 11:52 AM
Post #7


X-S Member
*

Group: Members
Posts: 90
Joined: 3-June 06
Member No.: 284603
Xbox Version: v1.0
360 version: unknown



thanks for the great release! biggrin.gif awesome way to end 2008 wink.gif ...happy new years
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kawasabi
post Dec 31 2008, 02:43 PM
Post #8


X-S Enthusiast


Group: Members
Posts: 19
Joined: 17-February 07
Member No.: 329940
Xbox Version: v1.6
360 version: v1 (xenon)



Still missing a lot of features in the PC version so i'm very happy to see the XBOX version is updated.

Thnx.

This post has been edited by kawasabi: Dec 31 2008, 02:43 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
willers
post Dec 31 2008, 02:50 PM
Post #9


X-S Enthusiast


Group: Members
Posts: 26
Joined: 18-June 05
Member No.: 228185



Thank You everyone involved in XBMC including T3CH. Happy New Year smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
J_K_M_A_N
post Dec 31 2008, 03:15 PM
Post #10


X-S Member
*

Group: Members
Posts: 139
Joined: 22-July 04
Member No.: 132385



I get a file not found when trying to download....is the ftp overloaded?

J_K_M_A_N

EDIT: Nevermind....now it works. I did get that 3 or 4 times though. FYI.

This post has been edited by J_K_M_A_N: Dec 31 2008, 03:16 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
metalcoat
post Dec 31 2008, 03:58 PM
Post #11


X-S Senior Member
**

Group: Members
Posts: 208
Joined: 16-July 03
From: Upstate New York
Member No.: 50329
Xbox Version: v1.0
360 version: v3.0 (falcon)



Anyone know if the getitem bug is fixed in this? Apparently this is just an xbox problem and doesn't effect desktop versions.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
scottylans
post Jan 1 2009, 09:03 AM
Post #12


X-S Young Member
*

Group: Members
Posts: 43
Joined: 15-July 08
Member No.: 385590



Every time I hear the line about XBMC for Xbox 1 slowing down develoment, makes me sad - it's like someone is slowly putting down the family dog (and in my opinion, before its time)

Damn I wish a PS3 edition was possible sad.gif curse sony for removing the loophole to access the GPU.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Suniikaa
post Jan 1 2009, 09:36 AM
Post #13


X-S Enthusiast


Group: Members
Posts: 1
Joined: 31-December 04
Member No.: 182546
Xbox Version: v1.6
360 version: none



Web folder is missing again sad.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
6StringKng
post Jan 1 2009, 01:37 PM
Post #14


X-S Young Member
*

Group: Members
Posts: 59
Joined: 16-January 08
From: Missouri | USA
Member No.: 370420
Xbox Version: v1.6
360 version: none





Haven't updated in a while, downloading now, thanks! HAPPY NEW YEAR TO EVERYONE!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
lawdawg0931
post Jan 1 2009, 06:49 PM
Post #15


X-S Expert
***

Group: Members
Posts: 521
Joined: 18-August 05
From: Maui (in my mind)
Member No.: 241421
Xbox Version: v1.0
360 version: v1 (xenon)



Thanks again to all involved, & T3CH for the builds. Also appreciate the updates on DVDPlayer. Happy New Years to all! jester.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





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

 

Lo-Fi Version Time is now: 21st November 2009 - 03:23 PM