Page 2 of 3

PostPosted: December 23rd, 2008, 8:59 am
by Cliff Cawley
pickle Wrote:Crossfading seems to have a bug. Previous files aren't fading out when the current file is a net stream.

To reproduce:
  1. Play a file/stream
  2. In the playlist window, double click on a stream
  3. 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.


Ah thanks pickle!

I'll get this one fixed for the next build!

Cliff :)

PostPosted: December 23rd, 2008, 9:02 am
by Cliff Cawley
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 :)

PostPosted: December 23rd, 2008, 9:23 am
by OfficerMike07
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!


:shock: 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.

PostPosted: December 23rd, 2008, 1:58 pm
by WinstonGFX
So in theory we could build a playlist into a main player mode if we have the elements and playlist tags in that file?

PostPosted: December 23rd, 2008, 2:00 pm
by Cliff Cawley
OfficerMike07 Wrote:
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!


:shock: 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 :roll:

Cliff :)

PostPosted: December 24th, 2008, 10:05 am
by SLoB
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

PostPosted: December 24th, 2008, 12:36 pm
by Cliff Cawley
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?


Essentially you could, yes. The playlist window is resizeable though so some things won't work too well.

Cliff :)

PostPosted: December 24th, 2008, 8:27 pm
by SLoB
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

PostPosted: January 2nd, 2009, 7:52 pm
by Cliff Cawley
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 :)

PostPosted: January 2nd, 2009, 7:52 pm
by Cliff Cawley
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)


Ah yup, I've fixed this one for 108, thanks!

Cliff :)

PostPosted: January 2nd, 2009, 8:56 pm
by Cliff Cawley
pickle Wrote:Crossfading seems to have a bug. Previous files aren't fading out when the current file is a net stream..


Fixed for 108, thanks pickle!

Cliff :)

PostPosted: January 3rd, 2009, 8:20 pm
by ALAS
Cliff Cawley Wrote:
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!)

http://xion.r2.com.au/community/vwtpc.php?t=621

you found ot the answer here:

http://xion.r2.com.au/community/vwtpc.p ... c&start=15

didn´t work again but was solved again here:

http://xion.r2.com.au/community/vwtpc.php?t=665

the problem of last build is similar but not exactly the same.

hope that helps. :)

I can send you a simple skin to check it out if you want...

PostPosted: January 3rd, 2009, 11:53 pm
by Cliff Cawley
ALAS Wrote:I can send you a simple skin to check it out if you want...


Ah ok, I think its fixed, but just to be sure, can you send me the skin so that I can double check?

Thanks!

Cliff :)

PostPosted: January 4th, 2009, 12:41 am
by ALAS
Cliff Cawley Wrote:Ah ok, I think its fixed, but just to be sure, can you send me the skin so that I can double check?

Thanks!

Cliff :)


cool, shure!

PostPosted: January 5th, 2009, 10:17 am
by WinstonGFX
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.