Beta Builds of Xion. These are builds that are not quite ready for Release, but need feedback and bug submissions in order to move it to Release Status
pickle Wrote:Crossfading seems to have a bug. Previous files aren't fading out when the current file is a net stream.
To reproduce:
Play a file/stream
In the playlist window, double click on a stream
The new stream will start playing overtop the previous file/stream
This doesn't happen when going to a local file, only a stream. Stopping and starting playback removes the previous file & only the current file is played.
leadfoot Wrote:I've been using 1.05 for a couple of weeks and just upped that to 1.07. With the Pure Adium skin (and skinned playlist), I'm using 8M of RAM. Just eight. The skinned playlist works perfectly, and the playlist sorting address one of the things that kept me from using Xion regularly.
leadfoot Wrote:Now, add album art, and I may have a new default player! (Yeah, I know it's on the wishlist, but I keep hoping. )
Yup, initially this will support for a .jpg in the same folder.
I'm currently working on Unicode support. I have several thousand compile errors to get through but I think I'm almost halfway through now!
Cliff Cawley Wrote:I'm currently working on Unicode support. I have several thousand compile errors to get through but I think I'm almost halfway through now!
I've never seen more than half a dozen errors before... then again, I've not written any code much more than 100 lines. Fortunately, fixing one error seems to eliminate four others.
Cliff Cawley Wrote:I'm currently working on Unicode support. I have several thousand compile errors to get through but I think I'm almost halfway through now!
I've never seen more than half a dozen errors before... then again, I've not written any code much more than 100 lines. Fortunately, fixing one error seems to eliminate four others.
Heh the Xion code base is quite large
Yeah its not always the case with these errors. For unicode I need to wrap all strings in _T("Hi") instead of "Hi" and then change all char types to TCHAR. So lots of checking out the code to make sure the change will work, 1 error at a time
So far its taken about 8-12 hours fixing compile errors
WinstonGFX Wrote:So in theory we could build a playlist into a main player mode if we have the elements and playlist tags in that file?
I think this is ultimately what we would hope for, we could port over some cPro skins to start off with, then introduce some spangly new ones that would work in both
I'm working on a new skin (the other 7 ideas will have to wait heheh)
I will be looking at implementing something like this, ideally would be cool to get it in both players
What we're hoping Cliff is if we can port over some cPro skins, as the graphics are done so would need some jigging around to fit into Xion, at least we can try to get a few skins done
ALAS Wrote:another thing is that this ´over-states above other over-states´ thing you once reimplemented (you remember? ) has also got mixed up since some builds. You know the technique I´m using e.g. in gamag, caruso and others of my skins. Again, I can´t find out when and why exactly
Actually I can't remember Can you let me know what's going wrong?
WinstonGFX Wrote:@Cliff: I have noticed a bit of a bug with making a Play/Pause button... my method worked on build 100, but in the last bunch of builds it would not work the same way (though I have figured out a workaround solution)
ALAS Wrote:another thing is that this ´over-states above other over-states´ thing you once reimplemented (you remember? ) has also got mixed up since some builds. You know the technique I´m using e.g. in gamag, caruso and others of my skins. Again, I can´t find out when and why exactly
Actually I can't remember Can you let me know what's going wrong?
Cliff
we talked about it first time here (build 85 omg long time ago!)
OK Cliff I am constructing a skinned playlist right now, it is proving to be difficult, but it is coming along. Does the playlist not support desktop alpha yet? Is it my understanding that the border is for dragging to resize and edge is expandable but moveable parts? Also, I would love to option to stretch instead of tile for border and edge parts.