xboxscene.org forums

OG Xbox Forums => Software Forums => XboxMediaCenter => Topic started by: XanTium on April 10, 2006, 08:29:00 PM

Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: XanTium on April 10, 2006, 08:29:00 PM
XboxMediaCenter CVS build of April 10th 2006 compiled by T3CH.
This is a complete snapshot of what is in CVS at the time the build was compiled, with just a few small additions.


Special Note From T3CH:
QUOTE

XBMC is in a FEATUREFREEZE at the moment.
If you want to report bugs, please do it the PROPER way, see http://manual.xboxme...SubmitBugReport



Here is the FULL changelog since the March 28th 2006 build (last one posted on xbins/xbox-scene):
QUOTE

 - 10-04-2006 changed: handling of file extension + code cleanup
 - 10-04-2006 added: if album info from the currently playling album is downloaded it will update the music overlay with the new cover
 - 10-04-2006 fixed: nav sounds are gone after skin change
 - 10-04-2006 fixed: use correct subnet mask for samba instead of hardcoded 255.255.255.0
 - 10-04-2006 fixed: xbmc would easily read garbage if asked to read text files from dvd.
 - 09-04-2006 changed: Added free memory logging to logfile and removed current date (time is still there)
 - 09-04-2006 updated: chinese (simple) langugae file (Thanks to hibaby)
 - 09-04-2006 updated: Hebrew language file (Thnx to vgs)
 - 09-04-2006 added: xml header with encoding to language files. Language files now support UTF-8
 - 09-04-2006 changed: A control set hidden from the code takes priority over visibility set from the skin.
 - 08-04-2006 added: pythonscripts can now decide what playcore to use. This allows playback of streams that mplayer does not support
                   example: xbmc.Player(xbmc.PLAYER_CORE_DVPLAYER).Play('.....');
 - 08-04-2006 fixed: [ 1459126 ] LogPath XML Setting Not Respected
 - 08-04-2006 fixed: reverted old menuoverlay fix for dvdplayer and fixed it a bit differently
 - 08-04-2006 fixed: Skin font and fanspeed setting spincontrols displayed "?-1?".
 - 08-04-2006 added: initial code to provide albumart to visualisations
 - 08-04-2006 fixed: cache function would abort if filesystem wasn't able to read the exact requested size
 - 08-04-2006 fixed: new smb would cut of end of file. it seems new smb either missdetects CAP_LARGE_READX for server (should allow 64k reads) or has wrong syntax on read, causing it allways skip half the packet, and thus abort to early. workaround in libsmb/clireadwrite.c
 - 07-04-2006 updated: libsmb updated to 3.0.22 with enabled libiconv, supports switching dos codepage gui
 - 07-04-2006 updated: finnish and plosh langugae strings.xml
              Thanks jutski and NaPeK
 - 07-04-2006 fixed: don't use fixed width character arrays on user inputable settings for smb, also reorganzed smb settings in gui
 - 07-04-2006 fixed: Incorrect first and last letters in Hebrew (and other languages) - thanks to shahar for the assistance.
 - 07-04-2006 fixed: Cleaned up headers includes in guilib.
 - 07-04-2006 fixed: Scan music could run out of memory due to caching all paths.  CDirectory::GetDirectory no longer caches paths by default.
 - 07-04-2006 added: Startup.xml support for skin intros.  The skin itself should switch to Home.xml at the appropriate time using ReplaceWindow(Home).
 - 07-04-2006 added: Better video resolution choice for playback, thanks to Markeen.
 - 06-04-2006 fixed: Skin scalings on load (eg PAL->NTSC) were truncated instead of rounded.
 - 06-04-2006 changed: changed default RSS feed in XboxMediaCenter.xml to another X-S feed
 - 06-04-2006 fixed: multiple visualisation controls on screen at same time would crash xbmc (now only first one loads)
 - 06-04-2006 fixed: [ 1458759 ] Little info screen problems
 - 06-04-2006 fixed: [ 1267265 ] Un-safe HD shutdown
 - 06-04-2006 fixed: [ 1454415 ] Philipps DVD Drive not recognized at System-Info
 - 05-04-2006 changed: use 16 byte aligned pointers in dvdplayer's libmpeg2, fixes potential crash on decoding (thou i doubt it ever happend)
 - 05-04-2006 changed: avoid closing audio device if properties didn't change, avoids ac3 reciever stuttering between audio tracks when using OTAS
 - 05-04-2006 fixed: Last.fm radio skip track.
 - 05-04-2006 changed: rss-reader useragent.
 - 05-04-2006 fixed: [ 1464756 ] script output scrolling crash
 - 05-04-2006 changed: The controls in SettingsCategory are added in the same position as their template controls.
 - 04-04-2006 fixed: single filed rar archives should be up to speed again.
 - 04-04-2006 fixed: [ 1461737 ] Navigation in CBR/CBZ.
 - 04-04-2006 fixed: [ 1460946 ] Unable to create CD rip dir on SMB share.
 - 04-04-2006 fixed: Karaoke transparency settings weren't honoured.
 - 04-04-2006 changed: Window.Previous(id) applies for the whole time a window is on screen, rather than just while the window is initializing.
 - 04-04-2006 fixed: Audio and subtitle delay via keymap.xml were not functioning.
 - 04-04-2006 fixed: UTF16->UTF8 conversion crash on some strings.
 - 04-04-2006 added: playlist field to SmartPlaylists.
 - 04-04-2006 fixed: Setting of currently playing item was set by index rather than path + startoffset in the media windows.
 - 04-04-2006 fixed: [ 1461096 ] Movie Trailers scrolling bug
 - 04-04-2006 fixed: [ 1461095 ] certain features frozen with xlink kai enabled
 - 04-04-2006 fixed: [ 1461745 ] Create xbmsp error.
 - 04-04-2006 fixed: [ 1461817 ] Python Progress Dialog shows heading as line 1, thanks to frooby
 - 04-04-2006 added: reversible attribute to animations, and <effectslowdown> tag to skin.xml to assist in developing skin animations.
 - 04-04-2006 fixed: XBMC should now read and display the right GPU and CPU temps for 1.6 xbox´s
              Thanks goes to pablot for the fix
 - 04-04-2006 Updated: dutch, french, german, german austria, hungarian, italian and spanish strings.xml´s
              Thanks to: console-ombouw, jose_t,  modhack2,  kotix, bali001, silverscape and ceomr
 - 04-04-2006 changed: daap streaming moved over to curl instead and reneabled paplayer.
 - 04-04-2006 fixed: shout:// wasn't checked for contenttype
 - 04-04-2006 fixed: couldn't check extension in playerfactory on http with options at the end of the url. ie http://host/folder/f...p3?option=value
 - 04-04-2006 fixed: dvdplayer slowed xbmc to a crawl during music playback since (29-03-2006 fixed: potential crash if audiorenderer...)
 - 30-03-2006 fixed: Current playlist source wasn't reset, and internet streams would always try and use it to lookup thumbs.
 - 29-03-2006 fixed: If an image failed to load, you couldn't move to the next image (while viewing pictures from My Pictures).
 - 29-03-2006 fixed: Fading on RSS controls wasn't working.
 - 29-03-2006 fixed: Animation of thumbs and lists on window open wasn't working.
 - 29-03-2006 fixed: potential crash if audiorenderer was deleted while application was attempting to copy data to vis buffer
 - 29-03-2006 fixed: Remote is processed before gamepad to ensure if a gamepad stick is offcenter it doesn't effect the remote.
 - 28-03-2006 added: content-type detection for playercore selection. fixes auto startup of aac+ streams on shoutcast and flv streams on google-video  
 - 28-03-2006 fixed: Slideshow would not present on vblank, causing tearing when zooming.
 - 28-03-2006 fixed: ac3 passthrough was broken since last dts fix for dvdplayer.



NOTEWORTHY, XML and SCRIPT CHANGES IN THIS BUILD
QUOTE

- Skin animation (BETA); effects switchable in settings
- New Settings system for video-resolution, pay attention to Settings-My Videos-Player-Resolution  and set it to 4:3 or 16:9 instead of default (Auto)
- SMB client updated

- Keymap.xml: new function to hide the video and viz in the homescreen using the BLACK button
- XboxMediaCenter.xml: changed default RSS feed in XboxMediaCenter.xml to another X-S feed



Install notes from T3CH readme/nfo:
QUOTE

* DASHBOARD INSTALL
Thanks to a new app called 'Team UIX's Xbe Shortcut Maker v1.0' by JbOnE, it's now extremely easy...
Edit XBMC\xboxmediacenter.xml to your liking & transfer contents of XBMC folder TO (this is VERY important) "E:\APPS\XBMC\". Rename <<RENAME_ME.xbe>> to something your bios can boot  (see http://manual.xboxme...BMCAsDash#h44-2 or read your BIOS README)  and transfer to your C partition. No need to fiddle with HOME tag anymore, and future upgrades you won't  need to worry about this file on C.

* APPLICATION INSTALL
Edit XBMC\xboxmediacenter.xml to your liking.
Transfer _whole_ XBMC folder to your APPS folder.

* 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 savegame/settings (from E:/TDATA/0face008)
- In some rare cases some of the database files in XBMC/Albums/*.db may need manual deletion (usually if they are very old). Note: This loses all per file settings you made with the old build!



The XBMC manual is available on The XboxMediaCenter manual has also been updated with information about the trainer feature, check it out on manual.xboxmediacenter.de.
You can add more scripts and skins yourself if desired. You can download them from http://allxboxskins.com, http://www.xbox-skins.net and http://www.xbmcscripts.com.
Keep in mind this is a CVS snapshot of the current development tree. It's not a official (stable) point release. Use only if you know what you are doing.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: Pimpalicious316 on April 10, 2006, 09:18:00 PM
not sure if this is a bug or not, but i uploaded the new build (overwriting all my old files) and now when i click on "my programs" from the main menu (using it as my dashboard) none of my games show up. any ideas?
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: JustinT9669 on April 10, 2006, 08:47:00 PM
QUOTE(Pimpalicious316 @ Apr 10 2006, 07:49 PM) View Post

not sure if this is a bug or not, but i uploaded the new build (overwriting all my old files) and now when i click on "my programs" from the main menu (using it as my dashboard) none of my games show up. any ideas?


yea, i just compiled a build this morning and had the same problem. so there must be a bug in the source.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: Sanitarium on April 10, 2006, 09:44:00 PM
QUOTE(Pimpalicious316 @ Apr 10 2006, 09:49 PM) View Post

not sure if this is a bug or not, but i uploaded the new build (overwriting all my old files) and now when i click on "my programs" from the main menu (using it as my dashboard) none of my games show up. any ideas?

 
I deleted the cache files in tdata and udata before I uploaded this version.  My games show up fine.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: Gonz0 on April 10, 2006, 10:33:00 PM
QUOTE(Pimpalicious316 @ Apr 10 2006, 09:49 PM) View Post

not sure if this is a bug or not, but i uploaded the new build (overwriting all my old files) and now when i click on "my programs" from the main menu (using it as my dashboard) none of my games show up. any ideas?


uncheck "show only default.xbe" in settings-my programs, scan games/apps/emu, check "show only default.xbe"
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: nachomans on April 10, 2006, 11:16:00 PM
Sh*t, the sourceforge xbmc changelog show last change march 30..... biggrin.gif
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: fahrenheit on April 10, 2006, 11:23:00 PM
QUOTE
- 28-03-2006 fixed: ac3 passthrough was broken since last dts fix for dvdplayer.


Thats what I like to see. smile.gif
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: xombouw on April 11, 2006, 12:27:00 AM
QUOTE
- 28-03-2006 fixed: ac3 passthrough was broken since last dts fix for dvdplayer.


I was waiting for this build to come out... only for this above fix  biggrin.gif

Finaly, after 12 days, this build.

GREAT JOB  biggrin.gif
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: kics on April 11, 2006, 01:43:00 AM
nice animations  (IMG:style_emoticons/default/biggrin.gif)


btw is there any way to speed up a little bit the animations ?
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: failurbydesign on April 11, 2006, 01:10:00 AM
QUOTE(Gonz0 @ Apr 10 2006, 09:40 PM) View Post

uncheck "show only default.xbe" in settings-my programs, scan games/apps/emu, check "show only default.xbe"


How do you scan for apps and what not?  I unchecked then checked, i got my games and emu, but not my apps, just xbmc....

also how can i delete that up folder...it bugs me....

I scanned for apps, but it only scans my c drive.  My apps are in f....
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: AmyGrrl on April 11, 2006, 01:50:00 AM
I also noticed that Trainer Support is now broken...
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: failurbydesign on April 11, 2006, 01:53:00 AM
thats funny, i just updated my trainers...
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: ZakMcRofl on April 11, 2006, 03:17:00 AM
How is this a feature freeze? They keep adding stuff (video skins?!), how do they expect the bugs to get less if they keep doing that?
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: aHorseofCourse on April 11, 2006, 03:25:00 AM
Is it just me or does video in this build flicker like crazy, especially in the GUI? This is running in 720p with HDTV cables on an LCD screen. Adjusting filter settings (which I'd always had set to 0 anyway) in both Video and Appearance has no effect. Never had any flicker before.
Feel free to tell me it's all in my imagination and that nothing has changed (I don't see anything in the changelog to indicate video output/rendering has changed at all). Maybe I just need some sleep . . .

This post has been edited by aHorseofCourse: Apr 11 2006, 10:43 AM
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: pike on April 11, 2006, 04:17:00 AM
QUOTE(ZakMcRofl @ Apr 11 2006, 09:48 AM) View Post

How is this a feature freeze? They keep adding stuff (video skins?!), how do they expect the bugs to get less if they keep doing that?


It's not the additions that break stuff, it's us trying to rewrite/fix old bugs. I don't appreciate your tone one bit. THink before you speak in future
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: halofun121 on April 11, 2006, 05:34:00 AM
For those of you who are having problems with things (menus not loading, some features not working etc.) try deleting your old build completely off of your xbox and put the new one on it. I found that a fresh install fixxed my problems.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: Muzzakus on April 11, 2006, 06:23:00 AM
Hey is the True type font working for Subs?  the Arial.ttf file is there, but does not show up.  

I run my font bigger (1080i) in 54 point as opposed to the regular fonts maxing out at 28 - and nice and yellow colout for extra visibility !

Can anyone confirm please.

Cheers,
Muz
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: ZakMcRofl on April 11, 2006, 06:33:00 AM
QUOTE(pike @ Apr 11 2006, 12:24 PM) View Post

It's not the additions that break stuff, it's us trying to rewrite/fix old bugs. I don't appreciate your tone one bit. THink before you speak in future

I'm sorry if I sounded harsh earlier. However you can't tell me that those additions are bug free. Every new piece of code has bugs and increases the likelyhood of introducing new bugs.
Then again I'm not on the XBMC team and maybe your coders don't make mistakes. I know its hard to stick to "feature freeze" because people will always have new ideas and new stuff to add. I was merely pointing out that it might be a good idea to actually NOT have any more "added: ..." if you want to have a stable release anytime soon.
I have seen it happen to other projects as well. With every code you add you get more bugs to fix, with every of those new bugs you fix you might introduce others.
Anyways, I don't want to upset you, XBMC is a great piece of software and 99% of the bugs are minor. I'm looking forward to your stable release.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: aHorseofCourse on April 11, 2006, 06:36:00 AM
QUOTE
Are you sure that it is in 720p because I fired up the new version and as the video resoltion can be set, it had auto selected 1080i.

I must say this that for me this is an amazing release and personally I have no issues left bar a perfect dvd player, incredible work!


Thanks for the reply, keifling. I did see that and ran through all the video resolution settings. The flicker problem remains. Just wondering what could have possibly changed. Maybe my AV cable is going and it's just a coincidence I've only noticed it with the new build.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: Pimpalicious316 on April 11, 2006, 07:17:00 AM
ok, i got the game situation mostly solved (thanks guys!). doing the "uncheck show only default.xbe" and then rescanning did it for me. but...

my trainers aren't working. i disabled xlink kai and updated the trainer list. they all show up for the right games, but pressing the white button now ony brings up this:

IPB Image

and also, i have an extra space being taken up at the very top of my games list:

IPB Image

it's the arrow looking thing that takes me back up a level in the menu directory. this wasn't on my last build (mid-march). how do i get rid of it? i am anal about my game organization smile.gif

~Andrew
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: njptrading on April 11, 2006, 08:14:00 AM
Got a problem! It's with the XBMS protocol, and CCXgui. I can't stream anything off my PC anymore (music or vids). I can however browse my shared folders (set in CCXgui), but thats all. selecting media to play results in nothing happening.

What's happening? a bug with the new CVS? I've started XBMC from scratch (deleted, removed all cache/temp files, etc). Even edited the .XML from the new build too (with the xbms shortcuts to my pc).

One thing i havent tried is loading the previous build (yet) but while this in progress, any suggestions or is this a definite bug here?

Before anyone tells me to to use standard file sharing, i can't as my pc's HD's are under constant stress and this jerks my playback around alot, whereas XBMSP keeps playback smooth.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: njptrading on April 11, 2006, 08:48:00 AM
Okay i can confirm that this must be a bug. With the previous T3CH build (3-28) the streaming works fine. With the latest build it does not.

That's with using the new XboxMediaCentre.XML (with the rss feed change), otherwise identical when i tried both builds.

Could someone else confirm this is a bug?

As this is of high importance for me, have shifted back to the previous build, but can i just say, EXCELLENT WORK with the skin animations! Suddenly XBMS looks that bit more professional (not that it didnt before!), no wonder it won the award that it did - fully deserved by the team. Truely the best media player ever across any platform (even PC). Nothing comes close for simplicity yet tons of features.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: Crimsonfox on April 11, 2006, 10:00:00 AM
I have the same problem with the trainers, also when I edit the path to my programs it changes back when I restart the xbox unless  I edit XboxMediaCenter.xml manually
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: Pimpalicious316 on April 11, 2006, 10:11:00 AM
QUOTE(jhondra @ Apr 11 2006, 04:35 PM) View Post

Ditto.
Did you actually put the trainers in the system folder???  I'll have to wait until tonight to upgrade when I get home from work...

As for that up arrow in the games list...it has been there for a while now, IIRC.

-Jhondra


the trainers are in E:\ROOT\trainers (same as they have always been. worked with the last build). i pointed the xml file to that directory and it sees them all (per the trainer icon on the appropriate games) but it won't let me do anything with them.

and that arrow is frustrating. i am crazy OCD about my organization lol. is there no way to turn it off. it definetly wasn't in my last build before i upgraded (a mid-march build).

~Andrew
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: nuka1195 on April 11, 2006, 10:22:00 AM
settings/appearance/view options/hide parent folder items
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: Pimpalicious316 on April 11, 2006, 10:31:00 AM
QUOTE(nuka1195 @ Apr 11 2006, 05:29 PM) View Post

settings/appearance/view options/hide parent folder items


oh Lord, THANK YOU!!!

arrow gone smile.gif

any solution to the trainers yet?
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: effinboy on April 11, 2006, 10:58:00 AM
I concur on the trainers enabling/disabling not working.

Great job on the animations, very slick, perhaps there will be some options on how the panels come in to the frame in the future? While I love the fact that it animates, I'm not too fond of the "My _____" selection panel swinging up like that, maybe just a slide in?

Keep up the good work. biggrin.gif
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: jiggajake on April 11, 2006, 11:26:00 AM
Does anyone have a link to this build to download?  Or is this located on an FTP server.  I forgot the server IP / login after my format sad.gif

~Jigga
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: mrogers on April 11, 2006, 02:35:00 PM
Nice build! Love the animations, except the way that the home menu "slices" out isn't quite to my taste. Perhaps a simple slide, or I would actually prefer a quick-zoom fade effect...kind of hard to describe, but I picture it zooming toward you (getting bigger) and fading out as it blends into the next screen whenever you click on a home screen button.

Everything works perfectly for me so far, no problems with this build.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: tslayer on April 11, 2006, 03:12:00 PM
QUOTE(Pimpalicious316 @ Apr 11 2006, 10:08 PM) View Post

your trainers work?

if so, how did you get them to work? what directory are they stored in?



The My Programs issues have been fixed in CVS now... Either build a new version yourself or wait for next build.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: mrogers on April 11, 2006, 03:43:00 PM
QUOTE(Pimpalicious316 @ Apr 11 2006, 05:08 PM) View Post

your trainers work?

if so, how did you get them to work? what directory are they stored in?


Actually, trainers are something I've never used. I really have no understanding of how to use them.

I use most other major XBMC features though...launching games and emulators off the hard drive, streaming content from online, streaming video over SMB from my linux server, accessing my iTunes database over DAAP, etc...and all that seems fine.


I hear so many people talking about trainers though that I think I'll read up and maybe try some out when the next build of XBMC comes out.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: TheaterX on April 11, 2006, 04:13:00 PM
QUOTE(njptrading @ Apr 11 2006, 10:55 AM) View Post

Okay i can confirm that this must be a bug. With the previous T3CH build (3-28) the streaming works fine. With the latest build it does not.

That's with using the new XboxMediaCentre.XML (with the rss feed change), otherwise identical when i tried both builds.

Could someone else confirm this is a bug?

As this is of high importance for me, have shifted back to the previous build, but can i just say, EXCELLENT WORK with the skin animations! Suddenly XBMS looks that bit more professional (not that it didnt before!), no wonder it won the award that it did - fully deserved by the team. Truely the best media player ever across any platform (even PC). Nothing comes close for simplicity yet tons of features.


Yeah, I can't stream my music over xbms either.  Had to go back to 3-28 to get this feature.

Anyway the animations are great, keep up the good work.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: neohube2006 on April 11, 2006, 04:34:00 PM
QUOTE(gitf@ce @ Apr 11 2006, 10:59 PM) View Post

I always set temperature control to auto, and this build is the first one I have noticed erratic behaviour. The temp keeps fluctuating up and down, along with irritating fan noise etc...  otherwise superb build!

Thank's



The same thing happens to me. The fan it´s crazy and the temperature it´s fluctuating up and down.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: tslayer on April 11, 2006, 04:34:00 PM
The xbms/ccx issue should also be fixed now in CVS.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: njptrading on April 11, 2006, 05:32:00 PM
QUOTE(tslayer @ Apr 11 2006, 11:41 PM) View Post

The xbms/ccx issue should also be fixed now in CVS.


That's awesome, thanks for fixing it so fast! (unexpected).
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: JustinT9669 on April 11, 2006, 06:18:00 PM
QUOTE(mrdaniel76 @ Apr 11 2006, 05:15 PM) View Post

I’ve copied a few of my dvds to my xbox using dvd2xbox and the menus won’t play in a few disks. It works fine for most of them.

Here are the dvds that the menu does not work:

Dreamer -> I only get a black screen instead of the menu
The Shield Season 4 Disk 1 -> The menu is all scattered and moves by itself
The Shield Season 4 Disk 2 -> The menu is all scattered
I was wondering if this is a bug or if the dvd menu is still a work in progress.

Thanks!


it might just be a problem with dvd2xbox copying the dvds.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: pike on April 11, 2006, 07:35:00 PM
QUOTE(gitf@ce @ Apr 11 2006, 10:59 PM) View Post

I always set temperature control to auto, and this build is the first one I have noticed erratic behaviour. The temp keeps fluctuating up and down, along with irritating fan noise etc...  otherwise superb build!

Thank's


What version of xbox ? 1.0-1.5 or 1.6 ?
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: djdafreund on April 11, 2006, 10:10:00 PM
Trainers aren't working for me either with current build. I have removed the TDTA memsave, and double checked the Trainers directory in the xml file. But no luck.
  I usually build my own, but noticed the last change in CVS tree was 3-29, which is weird as there are since been a lot of fixes/changes since that date. Even checking today, it looks like it's still showing 3-29. Maybe i'll build one tonight myself anyway.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: tslayer on April 11, 2006, 10:43:00 PM
QUOTE(djdafreund @ Apr 12 2006, 05:17 AM) View Post

Trainers aren't working for me either with current build. I have removed the TDTA memsave, and double checked the Trainers directory in the xml file. But no luck.
  I usually build my own, but noticed the last change in CVS tree was 3-29, which is weird as there are since been a lot of fixes/changes since that date. Even checking today, it looks like it's still showing 3-29. Maybe i'll build one tonight myself anyway.


Did you not read my comment?  Should be fixed in CVS.  You'll have to wait for sourceforge to update the anon cvs properly.

Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: JayDee on April 12, 2006, 12:47:00 AM
QUOTE(TheaterX @ Apr 12 2006, 12:20 AM) View Post

Yeah, I can't stream my music over xbms either.  Had to go back to 3-28 to get this feature.

Anyway the animations are great, keep up the good work.



QUOTE(tslayer @ Apr 12 2006, 12:41 AM) View Post

The xbms/ccx issue should also be fixed now in CVS.



QUOTE(njptrading @ Apr 12 2006, 01:39 AM) View Post

That's awesome, thanks for fixing it so fast! (unexpected).



QUOTE(Bloodlust @ Apr 12 2006, 08:03 AM) View Post

This release is totally FUBAR. I cannot stream media anymore using ccxgui (Still worked with the last recent build). Be it AVI/RMVB. blink.gif


Atleast read the posts in this thread... That aint much to ask for.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: funnyperson1 on April 12, 2006, 03:08:00 AM
QUOTE(andWho @ Apr 12 2006, 04:34 AM) View Post

Where does the source for this rel orginate ?
As far as I can see, the sourceforge cvs xbmc repository have not been uppdated since 03-30.
Has the cvs moved somewhere ? Is this rel from a private src stash ?
/A


QUOTE

Should be fixed in CVS. You'll have to wait for sourceforge to update the anon cvs properly.
-tslayer
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: ThorPer on April 12, 2006, 04:18:00 AM
SMB browsing doesn't work to one of my servers anymore. No changes on my network. This is not a NTFS/shared folders permissions issue.

UPDATE: Downgraded to XBMC-CVS_2006-03-28-T3CH and everything works fine. Def something with the build.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: pike on April 12, 2006, 06:50:00 AM
QUOTE(ThorPer @ Apr 12 2006, 11:25 AM) View Post

SMB browsing doesn't work to one of my servers anymore. No changes on my network. This is not a NTFS/shared folders permissions issue.

UPDATE: Downgraded to XBMC-CVS_2006-03-28-T3CH and everything works fine. Def something with the build.


Too bad you didnt supply any details so we could help

oh well, guess bug will stay unfixed then smile.gif
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: pablot on April 12, 2006, 07:28:00 AM
QUOTE(neohube2006 @ Apr 12 2006, 04:27 AM) View Post

Ihave the same problem. My xbox version is 1.6



is it just initially or does it stabilize after a few minutes?

The reason that it fluctuates is due to the finding of the 1.6 CPU temp. I would like some more detailed input on what actually happens. And some monitioring of the CPU temps as it happens.

regards
pablot
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: JayDee on April 12, 2006, 08:40:00 AM
The sourceforge cvs mirror is 100% functional and up and running...
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: gitf@ce on April 12, 2006, 10:30:00 AM
QUOTE(pike @ Apr 12 2006, 02:42 AM) View Post

What version of xbox ? 1.0-1.5 or 1.6 ?


I have a 1.6b box with Xecuter3. When observing the temperature via the info console, the temperature is constantly jumping up and down (in increments) from 53.50 to 55.50deg. If I setup the auto option to >57deg then the problem goes. I am concerned however with the increased temps + the erratic behaviour.

Many Thanks!
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: Pheidias on April 12, 2006, 12:06:00 PM
gitf@ce you know that the temp for xbox 1.6 cpu hasn't been working up until this release right? And why use autotemp control anyway, not alot of actions while xbmc is running will use more then 50%cpu better to set it at a fixed percentage. And as soon as you launch a xbe, the original fan control takes over.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: KPunk on April 12, 2006, 01:29:00 PM
this build has alot of issues, i also downgraded, wouldnt recommend upgrading, because your most likely going to downgrade right after.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: Pheidias on April 12, 2006, 02:18:00 PM
There is no issues with this release more then the trainers not working, all other stuff are working fine if not then follow the nfo and do a clean install. But yeah if you wanna cheat then this weeks release isn't for you
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: funnyperson1 on April 12, 2006, 04:06:00 PM
Build works fine other than the already mentioned and fixed in CVS error where it can't find the games initially.

A quick check confirmed that SMB streaming worked fine to my desktop.  The animations are really cool, keep up the good work guys.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: Papachop on April 12, 2006, 04:25:00 PM
Hmmm, love the animations and everything else is working perfectly but I do have one major issue:

When I add a new Program or Emulator it doesn't show up, all my old stuff is there where it should be but when I upgraded DVD2XBOX to 7.5 it wouldnt show up, I had to start it from MyFiles, the same thing happened when I upgraded to the new version of the Surreal64 Emulator, so I tried it with a few other apps and the same thing happened to all them, so I had to downgrade to my old version, anyone got any clue whats wrong? My xml looks fine...
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: failurbydesign on April 12, 2006, 04:28:00 PM
i downgraded..too much problems...ill wait for a bit!!
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: Milkdog on April 12, 2006, 04:59:00 PM
I love the build.

I am so happy that they fixed the problems with loading lots of music into the music library. This is the first build where I have been able to load it all without my xbox freezing.

Awesome job with XBMC!!
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: jonels on April 12, 2006, 05:09:00 PM
I for one appreciate the small last minute additions in the last few builds, I love the look and feel of XBMC, it takes years of the xbox1. Ok so this build has a couple of niggles that have already been fixed, but that's no reason to try and moderate the situation.

@ XBMC team.. great work  .. gratitude for what is easily the no.1 on-going xbox project at this time.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: djdafreund on April 12, 2006, 05:10:00 PM
QUOTE(tslayer @ Apr 11 2006, 11:50 PM) View Post

Did you not read my comment?  Should be fixed in CVS.  You'll have to wait for sourceforge to update the anon cvs properly.


Well, i saw the one about My Porgram problems fixed. That doesn't exactly say that meant Trainers, unless it said "Trainers fixed in CVS" as a number of posts about trainers not working since mine, and not one post mentioning that it was fixed. 'My program' fixes could have meant that the problems with the 'Programs listings not showing until you uncheck "Show Only DEFAULT.XBE", then check again to fix' problems. How would i know that exactly?
  So, i did in fact read that comment. (If that was the right one.) but didn't get that meaning from that line. Was too broad. If there was another post that actually said "Trainers fixed in newer CVS", then i apparently missed that one, and sorry for that. As you know how busy it gets in these forums, sometime one does miss a post, but i do try not to miss a single one. I love reading everything like the next person. as well as contributing helping others and designing as well.  smile.gif
  Guess i'll build another CVS then. Thanks for that info BTW.
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: slumberpod77 on April 12, 2006, 07:13:00 PM
i'm curious, what is the best way to keep track of whats up with XBMC?
i found the changelog in the CVS here:
http://cvs.sourcefor...1.2228&view=log
is there a better list, or perhaps something with RSS? i'm just curious...
Title: Xboxmediacenter - April 10th 2006 Cvs Build
Post by: pike on April 12, 2006, 07:19:00 PM
download http://forums.xbox-s...howtopic=505150 and discuss in that thread. TIA