626

(45 replies, posted in Development)

Very pretty, but I'd rather the buttons be the same as the main window.
What's the deal with the drop down box in the last one? Do you envision it letting the user select between artist, album, song title, etc?

627

(2 replies, posted in Squashed Bugs)

628

(18 replies, posted in Features)

I probably will once I get the quicktime plugin fixed up smile.

629

(18 replies, posted in Features)

Thanks for the tip. I had a quicktime plugin written, but didn't include it because it was incredibly buggy still. I also don't own any protected files, so I couldn't see if htey worked.

I'll check out SongBird's code though, see what they're doing.

630

(21 replies, posted in Squashed Bugs)

Ok, I updated all the url's and downloads on the various sites. This should be taken care of.

pretty much all of them but mp3.

632

(19 replies, posted in Archives)

You can just send me the patches. I can compile them myself.

633

(19 replies, posted in Archives)

I have no idea.

634

(20 replies, posted in Features)

mp3 is not a gapless format. Some encoders add non-standard metadata to help make it gapless, but Cog does not read this information yet.

636

(20 replies, posted in Features)

I'm not a fan of the tree format. Say I wanted to listen to track 3 of tetris, then track 4 of super mario brothers?

637

(20 replies, posted in Features)

It worked with the seek bar. It wasn't updated, and you couldn't seek within the individual tracks. The seek bar would go between 0:00 and n (formatted like a time), where n was the number of tracks.

I think i'd rather have each appear as separate entries in the playlist. Maybe the filename would be filename#Track if there is no metadata. So something like: tetris.gb#0.

638

(19 replies, posted in Archives)

If you have any problems getting things set up or understanding the code, feel free to email me.

640

(19 replies, posted in Archives)

I have no problem at all. Email me a patch, and I'll add it to the development version so it will be in 0.07.

642

(21 replies, posted in Squashed Bugs)

643

(21 replies, posted in Squashed Bugs)

Probably could try using an uncompressed dmg inside a bz2 (a .dmg.bz2) instead of using UDBZ compression in the image.

644

(19 replies, posted in Archives)

645

(45 replies, posted in Development)

That's what I was saying, I don't think it's possible to have multiple rows in a NSToolbar, so we'd have to rethink things a little. I think things like the position slider/track name would have to be coupled together as one toolbar item (and therefore inseparable).

646

(3 replies, posted in Development)

The localizations folder was part of the scripts I made to simplify localizations, even though they ended up making things more complicated. So, I got rid of them since I don't think I'll be using them for 0.07.

647

(20 replies, posted in Features)

I had a decoder for GME (Game Music Engine, I believe) a while back, but these formats contain multiple tracks per file. I had a hack at the time to use the seek bar to change tracks, but it didn't work well at all.

This is in the 0.07 list.

649

(21 replies, posted in Squashed Bugs)

It's both. If either of them get "fixed", the problem would be solved. Safari because it decides to add file extensions based on mime-types (In my opinion, it should be using the filename the sever told it). The other apps because they somehow tell safari that this .dmg file is actually a .bz2. I don't know the specifics on it though.

650

(45 replies, posted in Development)

I think toolbars are one row, and having those four buttons there like that might not be the best thing. We would probably need some mechanism where we can mark things as "Playlist related", so they would disappear when in mini mode. I dunno.